DSO DEPENDENCIES

L

larry

Hi,

I want to run a program. However, it fails because the glibc 2.4 is
not found. I invoke the ldd command and I got this.

../sublime.so: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not
found (required by ./sublime.so)
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e77000)
/lib/ld-linux.so.2 (0x80000000)

Version information:
./sublime.so:
libc.so.6 (GLIBC_2.1.3) => /lib/tls/i686/cmov/libc.so.
6
libc.so.6 (GLIBC_2.2) => /lib/tls/i686/cmov/libc.so.6
libc.so.6 (GLIBC_2.4) => not found
libc.so.6 (GLIBC_2.0) => /lib/tls/i686/cmov/libc.so.6
/lib/tls/i686/cmov/libc.so.6:
ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2

What is the simple way to resolve the glibc_2.4 dependency ?


Larry
 
J

Jack Klein

Hi,

I want to run a program. However, it fails because the glibc 2.4 is
not found. I invoke the ldd command and I got this.

[snip]

Linkers and libraries are off-topic here, because they are not defined
by the language and are completely operating system and compiler
specific.

The good folks at should be able
to help you out.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.club.cc.cmu.edu/~ajo/docs/FAQ-acllc.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top