PlaneShift
Support => Technical Help: Problems BEFORE entering the game => Topic started 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
-
Just ran into this problem myself friend....
As root issue the following commands and you should be all set:
cp /usr/lib/libssl.so /usr/lib/libssl.so.0
cp /usr/lib/libcrypto.so /usr/lib/libcrypto.so.0
have fun!
-
Thx i l try this tip as soon as possible!!!
-
Thanks for the tip!
-
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