Ni Hera
Registered User
Join date: 6 Dec 2006
Posts: 2
|
12-06-2006 17:43
dark@dark-desktop:~/SecondLife_i686_1_13_0_10$ uname -a Linux dark-desktop 2.6.17-10-generic #2 SMP Fri Oct 13 15:34:39 UTC 2006 x86_64 GNU/Linux dark@dark-desktop:~/SecondLife_i686_1_13_0_10$ cat ./secondlife | grep lib LD_LIBRARY_PATH="`pwd`"/usr/lib:"${LD_LIBRARY_PATH}" bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | dark@dark-desktop:~/SecondLife_i686_1_13_0_10$ ./secondlife bin/do-not-directly-run-secondlife-bin: error while loading shared libraries: libelfio.so: cannot open shared object file: No such file or directory ********************************************************* This is an ALPHA release of the Second Life linux client. Thank you for testing! You can visit the Linux Client Alpha Testers forum at: /invalid_link.htmlPlease see README-linux.txt before reporting problems.
|
Hello Toonie
Registered User
Join date: 25 Jul 2005
Posts: 212
|
12-07-2006 01:28
From: Ni Hera LD_LIBRARY_PATH="`pwd`"/usr/lib You've edited and broken your secondlife script, haven't you? 
|
Ni Hera
Registered User
Join date: 6 Dec 2006
Posts: 2
|
12-07-2006 04:03
From: Hello Toonie You've edited and broken your secondlife script, haven't you?  Ok, if i use LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}", script can't find any libs (( Where i can find libelfio.so???
|
Zi Ree
Mrrrew!
Join date: 25 Feb 2006
Posts: 723
|
12-07-2006 04:27
You are on a 64 bit Linux. Make sure you have all needed compatibility libraries installed as 32 bit versions.
_____________________
Zi! (SuSE Linux 10.2, Kernel 2.6.13-15, AMD64 3200+, 2GB RAM, NVidia GeForce 7800GS 512MB (AGP), KDE 3.5.5, Second Life 1.13.1 (6) alpha soon beta thingie) Blog: http://ziree.wordpress.com/ - QAvimator: http://qavimator.orgSecond Life Linux Users Group IRC Channel: irc.freenode.org #secondlifelug
|