Toyota4Runner Posted June 4, 2013 Report Posted June 4, 2013 Running the latest version of utorrent (utorrent-server-3.0-ubuntu-10.10-27079) on Debian Sid, it fails to start up with the following error:./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directoryDebian sid does not come with libssl.so.0.9.8 any longer but only has available libssl.so.1.0.0
Kitsoran Posted June 15, 2013 Report Posted June 15, 2013 Can you install the older library? Any body post any tricks about symlinking that version on the forum?
Toyota4Runner Posted June 17, 2013 Author Report Posted June 17, 2013 Can you install the older library? Older library is no longer available in the repositories. Any body post any tricks about symlinking that version on the forum?I just attempted to link the older libraries to the new ones and when I tried to load utserver I received the following error message../utserver: /usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.0.9.8: version `OPENSSL_0.9.8' not found (required by ./utserver)./utserver: /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by ./utserver)
Kitsoran Posted June 28, 2013 Report Posted June 28, 2013 Till it's updated, which it's not looking good, you could try building the version you need from source.
lithopsian Posted August 4, 2013 Report Posted August 4, 2013 libssll is available from debports if you happen to be on hppa http://packages.debian.org/sid/libssl0.9.8Also, the version from Squeeze should be perfectly acceptable for running uTorrent, although that is a bit of a hack. Just download and install, there are no dependencies that you shouldn't already have:http://packages.debian.org/squeeze/libssl0.9.8
zedgama3 Posted September 17, 2013 Report Posted September 17, 2013 I was able to download the source from openssl.org and install the libraries.If you go this route you don't need to install the whole package, you can make the shared libraries and just copy them into your /lib directory. I believe the steps were:./configmakemake testmake build_sharedsudo cp *.so.0.9.8 /lib/I'm not saying this is the only way to build them, but it's what worked for me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.