Jump to content

Fedora19(64bit)(Schrödinger’s Cat): version `OPENSSL_0.9.8' not found


Tobin

Recommended Posts

Today, I want to install the newest uTorrent on my computer. And I meet the following problems as usual.

error while loading shared libraries: libssl.so.0.9.8

error while loading shared libraries: libcrypto.so.0.9.8

Then I follow the instruction on this discussion

http://forum.utorrent.com/viewtopic.php?id=99982

The detail is: I create the soft link of the lib


sudo ln -s /usr/lib/libssl.so /lib/libssl.so.0.9.8
sudo ln -s /usr/lib/libcrypto.so /lib/libcrypto.so.0.9.8

But I meet the problems

./utserver: /lib/libcrypto.so.0.9.8: version `OPENSSL_0.9.8' not found (required by ./utserver)

./utserver: /lib/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by ./utserver)

I have tried to search the solution for the whole morning, and I don't know how to do.:(

What's more, I'm Chinese and my English is just so so.

Anybody can help me?

The message of my libssl is

ls /usr/lib/libssl*

/usr/lib/libssl.a

/usr/lib/libssl.so.10

/usr/lib/libssl.so

/usr/lib/libssl.so.1.0.1e

The message of my libcrypto is

ls /usr/lib/libcrypto*

/usr/lib/libcrypto.a

/usr/lib/libcrypto.so.10

/usr/lib/libcrypto.so

/usr/lib/libcrypto.so.1.0.1e

Link to comment
Share on other sites

  • 11 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...