Author Topic: Linux updater probleme  (Read 759 times)

olympus

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Linux updater probleme
« 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

caps_phisto

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
(No subject)
« Reply #1 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!

olympus

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #2 on: January 14, 2005, 07:28:21 am »
Thx i l try this tip as soon as possible!!!

Charax

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #3 on: August 28, 2005, 12:31:42 am »
Thanks for the tip!

Siam

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
(No subject)
« Reply #4 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
« Last Edit: August 28, 2005, 03:51:30 pm by Siam »