Hi Uli, > > $ gnome-session > > /libexec/ld-elf.so.1: Share object > > "libORBit-2.so.0" not found > My liORBit-2.so.0 is in /usr/local/lib . > You can try to search your directory tree for yours > and create a > symbolic link to this place: > # ln -s /whereIt/reallyIs/libORBit-2.so.0 > /usr/local/lib/libORBit-2.so.0 > (in one line)
It is very strange. The file is already there, plus one symbolic link # locate libORBit-2.so.0 /usr/local/lib/libORBit-2.so.0 # ls -al /usr/local/lib/ | grep -i libORBit-2.so.0 lrwxr-xr-x 1 root wheel 15 May 3 10:23 libORBit-2.so -> libORBit-2.so.0 -rwxr-xr-x 1 root wheel 402279 May 3 10:23 libORBit-2.so.0 Shall I remove the symbolic link B.R. Stephen _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
