Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Help with Libraries Needed

Twaa Dyden
Furry Linux User
Join date: 23 Jul 2006
Posts: 8
10-02-2006 21:16
Well I use SuSe 9.3 and well I having troubles starting the client.

I made an LDD to secondlife-bin and this is the result. Someone know which are essencial and which not?

CODE
~/SecondLife_i686_1_12_1_13/bin> ldd secondlife-bin secondlife-bin |egrep not
libxmlrpc.so.0 => not found
libexpat.so.1 => not found
libaprutil-1.so.0 => not found
libapr-1.so.0 => not found
libkdu_v42R.so => not found
libboost_regex-gcc-1_32.so.1.32.0 => not found
libvorbisenc.so.0 => not found
libvorbisfile.so.0 => not found
libfmod-3.75.so => not found
libdb-4.2.so => not found
libxmlrpc.so.0 => not found
libexpat.so.1 => not found
libaprutil-1.so.0 => not found
libapr-1.so.0 => not found
libkdu_v42R.so => not found
libboost_regex-gcc-1_32.so.1.32.0 => not found
libvorbisenc.so.0 => not found
libvorbisfile.so.0 => not found
libfmod-3.75.so => not found
libdb-4.2.so => not found
~/SecondLife_i686_1_12_1_13/bin>


I installed manuallly the libstdc++.so.6

Well any help with the package that I need to SuSe 9.3 I'll be so grateful.
Hello Toonie
Registered User
Join date: 25 Jul 2005
Posts: 212
10-02-2006 22:52
You're supposed to run it with the 'secondlife' script in the top directory, don't run the program in the bin dir directly.
Twaa Dyden
Furry Linux User
Join date: 23 Jul 2006
Posts: 8
10-05-2006 14:00
From: Hello Toonie
You're supposed to run it with the 'secondlife' script in the top directory, don't run the program in the bin dir directly.


I know but the script crash at every time cuz broken libraries... cuz that reason I'm asking.
Theora Aquitaine
Registered User
Join date: 12 Feb 2006
Posts: 266
10-05-2006 15:45
I think it would be more informative if you post the output when running ./secondlife.. A lot of those libraries are already packaged in the lib/ dir.
Torrid Luna
Stylecrasher
Join date: 16 Aug 2006
Posts: 20
Find really missing Libraries
10-07-2006 12:48
LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}" ldd bin/secondlife-bin \
| grep "not found"

gives you the libs that are really missing.