On Sat, 2007-04-07 at 16:09 +0530, anirudh vij wrote: > thanks simon, > tried your suggestion.This was the output > > /home/hackmanbash-3.1# vi /etc/ld.so.conf > /home/hackmanbash-3.1# /sbin/ldconfig > bash-3.1# /mnt/sda3/usr/bin/evince > /mnt/sda3/usr/bin/evince: error while loading shared libraries: > libssl.so.6: cannot open shared object file: No such file or directory > /home/hackmanbash-3.1# ldd /mnt/sda3/usr/bin/evince > /bin/sh: /lib/libc.so.6: version `GLIBC_2.4' not found (required > by /mnt/sda3/usr/lib/libreadline.so.5) > /bin/sh: /lib/libc.so.6: version `GLIBC_2.4' not found (required > by /mnt/sda3/usr/lib/libhistory.so.5) > /bin/sh: /lib/libc.so.6: version `GLIBC_2.4' not found (required > by /mnt/sda3/usr/lib/libncursesw.so.5)
Yeah, thought that kind of thing might be a problem. The Fedora libraries are linked to different versions of libraries - in particular, to a different version of glibc, which it seems quite unhappy about. Adding Fedora's /lib to the path as well (so it can find Fedora's glibc) might help - but that doesn't on the face of it seem like a good idea. Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
