On Thu, 26 Feb 1998, Robson Francisco de Souza wrote: > >ldd ftp > libreadline.so.2 => /lib/libreadline.so.2 (0x4000a000) > libc.so.5 => /lib/libc.so.5 (0x4002b000) > libncurses.so.3.0 => /lib/libncurses.so.3.0 (0x400e9000) > libc.so.6 => /lib/libc-2.0.6.so > > why do both libraries are being called? Does it have something to do with > other needed libraries (like libreadline.so.2)?
Yes - either libreadline or libncurses (or both) are linked against libc5 while the program itself is linked against libc6 (or vice versa - libc6 based libraries, but a libc5 based ftp). You can fix it by upgrading everything to libc6, or moving all "old" libraries to a different lib directory so "old" programs can still access them. LLaP bero -- [EMAIL PROTECTED] - ICQ/UIN 6545964 - http://www.star-trek.ml.org/ -- "Nobody will ever need more than 640k RAM!" -- Bill Gates, 1981 "Windows 95 needs at least 8 MB RAM." -- Bill Gates, 1996 "Nobody will ever need Windows 95." -- logical conclusion -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .