Compiling GLib from source version 2-32.4 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I am having some issues compiling Glib. These are my configure options that I have passed to ./configure: ./configure LIBFFI_LIBS=/usr/local/lib/libffi.so.6 LIBFFI_CFLAGS=-I/usr/local/lib/libffi-3.0.11/include LIBFFI_CFLAGS=-L/usr/local/lib ZLIB_LIBS=/usr/local/lib/ … Read more

Install Glibc2 using Yum

I’m trying to install glibc2 version 2.11 that’s needed for openoffice 3.4 https://issues.apache.org/ooo/show_bug.cgi?id=119393 but i can’t seem to find the dependency with yum. I already have the following dependencies installed. glibc.i686 2.5-49.el5_5.7 installed glibc.x86_64 2.5-49.el5_5.7 installed glibc-common.x86_64 2.5-49.el5_5.7 installed glibc-devel.x86_64 2.5-49.el5_5.7 installed glibc-headers.x86_64 2.5-49.el5_5.7 installed libc-client.x86_64 2004g-2.2.1 installed and glibc.i686 2.5-81.el5_8.2 updates glibc.x86_64 2.5-81.el5_8.2 updates … Read more

How to install glib and mdbtools on Ubuntu?

I’m trying to install mdbtools on my ubuntu9.10. When running the ./configure for the mdbtools, the script runs into problems and terminates with the following message: checking for GLIB – version >= 2.0.0… *** ‘pkg-config –modversion glib-2.0’ returned 2.22.0, but GLIB (2.22.3) *** was found! If pkg-config was correct, then it is best *** to … Read more

Segmentation fault on most binaries without file /etc/ld.so.nohwcap

I’ve got a box which was partially updated to Debian Lenny. It throws Segmentation fault on even simple commands like ls. When I added file /etc/ld.so.nohwcap I was able to upgrade and run machine. Now I’d like to remove this file, but when I do this — I got the same segmentation fault. What should … Read more

Installing mdbtools on CentOS

I’m attepting to install mdbtools on CentOS and whilst running ./configure I get the following: checking for GLIB – version >= 2.0.0… no Could not run GLIB test program, checking why… The test program failed to compile or link. See the file config.log for the exact error that occured. This usually means GLIB is incorrectly … Read more

How to force OpenSSL to use same certificate-chain validation algorithm used by Chrome Browser and SSL LABS

Question: How can I force OpenSSL to use the same certificate validation algorithm used by the Chrome Browser and SSL Labs? Details: The certificate chain sent by “adswizz.com” includes a recently expired certificate from COMODO (expired May 30, 2020). This OpenSSL command uses a simple algorithm that walks the cert-chain provided by the server, finds … Read more

How to install glibc in a centos server?

How do I install glibc on a CentOS server? I did: yum install glibc-devel But it tells me that the version glibc 2.15 is installed. However i need to have the version 2.17. Answer You can find the official glibc versions for CentOS on the CentOS mirror sites. For example http://centos.mirror.iweb.ca/5.4/updates/i386/RPMS/ http://centos.mirror.iweb.ca/4.8/updates/i386/RPMS/ AttributionSource : Link … Read more