2007-02-16 16:38:06 UTC
Hey
I know tsocks works mozilla works fine.
but when ever i try to run secnd life it wont work.
gives a can not find lib but the lib is there
# tsocks ./secondlife
bin/do-not-directly-run-secondlife-bin: error while loading shared
libraries: /usr/lib/libtsocks.so: cannot open shared object file: No such
file or directory
# ls -al /usr/lib/libtsocks.so
-rwxr-xr-x 1 root root 56095 Feb 16 09:27 /usr/lib/libtsocks.so
second life start up script
RUN_PATH=`dirname "$0" || echo .`
cd "${RUN_PATH}"
LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}"
bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | cat