Kurzweil Sleeper
Registered User
Join date: 4 Jan 2006
Posts: 12
|
12-06-2006 21:21
the title of the post says it pretty well. I'm running ubuntu64 and I can't get Sl to recognize my 64bit libuuid. Anyone had this probem?
muchas gracias,
kurz
ps- this is the message I get, if you are nosy.
bin/do-not-directly-run-secondlife-bin: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory
|
Black Stallion
Registered User
Join date: 30 Nov 2006
Posts: 30
|
12-10-2006 12:44
I am also having this problem, I am running openSuSe 10.2 x86_64
2.6.18.2-34-default
|
Black Stallion
Registered User
Join date: 30 Nov 2006
Posts: 30
|
12-10-2006 14:29
problem solved i downloaded the libuuid source from.. http://www.ossp.org/pkg/lib/uuid/and then compiled and installed it using "linux32 ./configure; linux32 make && linux32 make install" the next thing i did was search for libuuid.so with "locate" keep in mind that you need to have find tools installed to do this, and need to run updatedb, before attempting to locate the file, it should be in /usr/lib, just create a link from the .so file to the lib dir in the second life folder in my case i ran "ln -s /usr/lib/libuuid.so.14 libuuid.so.1" after cding into the sl lib dir if you have any further questions just reply
|
Black Stallion
Registered User
Join date: 30 Nov 2006
Posts: 30
|
12-11-2006 22:21
great now my own solution doesnt work.. why did it work before.. i dont know. but i had to reinstall suse 10.2 and now its not working.. please... we need some help
|
Black Stallion
Registered User
Join date: 30 Nov 2006
Posts: 30
|
found 32bit libuuid.so.1
12-13-2006 01:00
I found this file in a debian package. I ran dpkg --extract "packagename" "location to extract" then dug through there and found "libuuid.so.1.2" which is libuuid.so.1 so I copied that file (libuuid.so.1.2 directly to the lib dir in secondlife and then renamed it to "libuuid.so.1". This worked! Forum post about the issue at www.ubuntuforum.org ( http://www.ubuntuforums.org/showthread.php?t=203459&highlight=libuuid+32) The Debian package ( http://packages.ubuntu.com/cgi-bin/download.pl?arch=i386&file=pool%2Fmain%2Fe%2Fe2fsprogs%2Flibuuid1_1.38-2ubuntu2_i386.deb&md5sum=d3cc48790db605a4eebbbf5e44769521&arch=i386&type=main) I'm not sure about the legality of posting this file directly so, I decided not to. If anyone does know if this is alright then.. I will be glad to post it.
|