./secondlife-bin: error while loading shared libraries: libkdu_v42R.so: cannot open shared object file: No such file or directory
Cannot find this one for Kubuntu.
Back to wine/windows version..........
These forums are CLOSED. Please visit the new forums HERE
New client error |
|
Kornscope Komachi
Transitional human
![]() Join date: 30 Aug 2006
Posts: 1,041
|
09-14-2006 00:15
./secondlife-bin: error while loading shared libraries: libkdu_v42R.so: cannot open shared object file: No such file or directory
Cannot find this one for Kubuntu. Back to wine/windows version.......... |
Merrick Moose
Registered User
![]() Join date: 20 Oct 2005
Posts: 191
|
09-14-2006 01:46
./secondlife-bin: error while loading shared libraries: libkdu_v42R.so: cannot open shared object file: No such file or directory Cannot find this one for Kubuntu. Back to wine/windows version.......... That file is included with the SL client and is found in secondlife/lib. That file has to do with dealing with jpg files it would appear. http://www.kakadusoftware.com/ perhaps. |
Kornscope Komachi
Transitional human
![]() Join date: 30 Aug 2006
Posts: 1,041
|
more errors
09-14-2006 02:40
Thanks M.Moose,
...so I copied all those libs into /usr/lib and skipped exisiting files. now this: some memory errors and; 2006-09-14T09:36:08Z INFO: OS info: Linux 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 2006-09-14T09:36:08Z INFO: Loading feature tables. 2006-09-14T09:36:08Z WARNING: Unable to open feature table! 2006-09-14T09:36:08Z WARNING: Unknown feature mask CPUSlow 2006-09-14T09:36:08Z /home/don/build/i686-linux-client/llui/llalertdialog.cpp(602) : error 2006-09-14T09:36:08Z ERROR: /home/don/build/i686-linux-client/llui/llalertdialog.cpp(602) Problem reading UI Alerts file: alerts.xml Viewer exe: /home/maxie/Downloads/SecondLife_i686_1_12_1_52222/bin/secondlife-bin Cur path: /home/maxie/Downloads/SecondLife_i686_1_12_1_52222/bin Segmentation fault |
Oceth Barnave
Registered User
Join date: 3 Nov 2005
Posts: 3
|
09-14-2006 02:46
It looks like you're acutally running secondlife-bin directly... instead you should run the shell script secondlife in the top SL directory. This will set some needed environment variables and run the client for you.
|
Kornscope Komachi
Transitional human
![]() Join date: 30 Aug 2006
Posts: 1,041
|
09-14-2006 03:22
Thanks for that OB,
I've only been using linux for seven years so I need plenty of help. |
Theora Aquitaine
Registered User
Join date: 12 Feb 2006
Posts: 266
|
09-14-2006 08:46
lol, I know how you feel
![]() By the way, I would not advise copying libraries from SL into /usr/lib. That's reserved for files installed by apt-get. try to keep your kubuntu clean! /usr/local/lib would be slightly better to my mind (but still horrible and not necessary). |