Nathan E Norman wrote:
>kepler:/usr/annex $ ldd erpcd
>         libdb.so.2 => /lib/libdb.so.2 (0x4000a000)
>         libc.so.5 => /lib/libc.so.5 (0x40018000)
>         libc.so.6 => /lib/libc.so.6 (0x400d6000)
>         ld-linux.so.2 => /lib/ld-linux.so.2 (0x40179000)

Do an ldd on libdb.so.2.  I find the most common cause of this double
linkage is that one of the other libs is linked against libc6 when the
actual app was linked on libc5 (this was the problem w/ quake mentioned
on the mailing list ad infinitum).  Otherwise get the source and compile
it on either libc5 or a libc6 system.


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to