Questions tagged [glib]

10 questions
5
votes
4 answers

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.
Zenet
  • 878
  • 4
  • 10
  • 14
1
vote
1 answer

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…
David Wadge
  • 149
  • 1
  • 7
1
vote
1 answer

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…
artvolk
  • 309
  • 2
  • 10
1
vote
1 answer

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,…
David Jones
  • 165
  • 2
  • 8
0
votes
1 answer

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 …
Abbas Gadhia
  • 323
  • 1
  • 3
  • 10
0
votes
1 answer

glib2 64-bit compile fails on Solaris 10

I'm encountering a problem building glib-2.26.1 on a Solaris 10 box - 64-bit. Goo diligence doesn't turn anything up, but no matter what I do the build fails in the same way. I've tried using the Sun Studio compiler, gcc (SFW) to no avail. When I…
Aaron
  • 74
  • 3
0
votes
1 answer

easiest way to upgrade to glib-2.14+ on rhel5?

my Yum repository doesn't have anything newer than glib-2.0. But glib is a fairly core animation library, is my understanding. Is there an easy way to upgrade that won't brick my system?
nobody
0
votes
1 answer

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…
John
  • 7,153
  • 22
  • 61
  • 86
0
votes
0 answers

How to update or upgrade from glib 2.17 version to glib 2.4(over) version on Amazon Linux 1?

How to update or upgrade from glib 2.17 version to glib 2.4(over) version on Amazon Linux 1? Or downgrade to 2.12 is fine.
-2
votes
3 answers

Compiling GLib from source version 2-32.4

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…
joe
  • 1
  • 1
  • 1