PlaneShift

Support => Technical Help: Problems BEFORE entering the game => Topic started by: olympus on January 06, 2005, 05:01:07 pm

Title: Linux updater probleme
Post by: olympus on January 06, 2005, 05:01:07 pm
Hi, sorry for my language I don\'t speak  Englsih very well.

So my probleme appear when I try ./updater
The is result is
./updater: error while loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory


I have ever saw this thread

[root@192 planeshift]# ./updater
./updater: error while loading shared libraries: libssl.so.0.9.6: cannot open shared object file: No such file or directory

I try  make his solution but I ave got the same probleme

Could you help me?

PS I use fedora core 3
Title:
Post by: caps_phisto on January 14, 2005, 03:21:53 am
Just ran into this problem myself friend....

As root issue the following commands and you should be all set:

Code: [Select]
cp /usr/lib/libssl.so /usr/lib/libssl.so.0
cp /usr/lib/libcrypto.so /usr/lib/libcrypto.so.0


have fun!
Title:
Post by: olympus on January 14, 2005, 07:28:21 am
Thx i l try this tip as soon as possible!!!
Title:
Post by: Charax on August 28, 2005, 12:31:42 am
Thanks for the tip!
Title:
Post by: Siam on August 28, 2005, 03:47:50 pm
Hello,

I\'m not sure it\'s the better way. What\'s the matter if libssl.so changes (in my debian sid it\'s a symbolic link to libssl.so.0.9.7...if libssl.so.0.9.7 is replaced by - that\'s a exemple - libssl.so.0.9.8 ???)

So I think it\'s better to do as root :
# cd /usr/lib
# ln -s libssl.so libssl.so.0
# ln -s libcrypto.so libcrypto.so.0

Then you will have :
libssl.so.0 ==> libssl.so ==> libssl.so.x.x.x (\"x\" means the actual version.....you won\'t care about the libssl.so version).
(same \"thing\" for libcrypto)

(Sorry for my english)

Siam.

Edit : I should i\'ve read this link before http://www.planeshift3d.com/wbboard/thread.php?threadid=18441&boardid=41&sid=9b2096a6b021bafd1d937156b092751c