Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > DSO DEPENDENCIES

Reply
Thread Tools

DSO DEPENDENCIES

 
 
larry
Guest
Posts: n/a
 
      04-19-2007
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

 
Reply With Quote
 
 
 
 
Jack Klein
Guest
Posts: n/a
 
      04-19-2007
On 18 Apr 2007 22:05:12 -0700, larry
<> wrote in comp.lang.c++:

> 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 news:comp.os.linux.development.apps 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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
hardware to run a 64k dso - wic-1dsu-t1?? Tim Shandonay Cisco 1 04-18-2006 11:44 PM
DSO Exploit??? bernard montgomery Computer Support 2 08-21-2004 10:46 AM
DSO Exploit joevan Computer Support 1 08-10-2004 04:23 PM
DSO Exploit terror!! EricP Computer Support 4 08-05-2004 07:11 PM
XML Island DSO binding chrisk ASP .Net 4 08-05-2003 03:53 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57