On Sat Apr 12 14:31:23 2008, ambs wrote: > In the other hand, if I do the same in another linux machine: > [EMAIL PROTECTED] ~]$ ldd -r /usr/lib/libreadline.so > linux-gate.so.1 => (0xb7fa5000) > libncurses.so.5 => /usr/lib/libncurses.so.5 (0xb7f30000) > libc.so.6 => /lib/libc.so.6 (0xb7de0000) > /lib/ld-linux.so.2 (0x80000000) > >
OTOH, on my failing Linux box, when I run the above command, I get results similar to what you get on your succeeding machine: $ ldd -r /lib/libreadline.so.5.2 linux-gate.so.1 => (0xffffe000) libncurses.so.5 => /lib/libncurses.so.5 (0x40037000) libc.so.6 => /lib/tls/libc.so.6 (0x40079000) libdl.so.2 => /lib/tls/libdl.so.2 (0x401ab000) /lib/ld-linux.so.2 (0x2a800000) Go figure!