Results 1 to 4 of 4
I tried to install utorrent server on my mint 13 but got error messages for libssl and libcrypto
I tried to symlink both the libraries with newer versions
~/utorrent-server $ ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-09-2012 #1Just Joined!
- Join Date
- Oct 2012
- Location
- Delhi, India
- Posts
- 19
openssl problem for utserver
I tried to install utorrent server on my mint 13 but got error messages for libssl and libcrypto
I tried to symlink both the libraries with newer versions
~/utorrent-server $ sudo ln -s /usr/lib/i386-linux-gnu/libssl3.so /usr/lib/libssl.so.0.9.8
~/utorrent-server $ sudo ln -s /usr/lib/libcrypto++.so.9.0.0 /usr/lib/libcrypto.so.0.9.8
./utserver: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./utserver)
./utserver: /usr/lib/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by ./utserver)
please tell me what to do???
- 10-10-2012 #2Just Joined!
- Join Date
- Sep 2012
- Posts
- 8
Please check dependencies of utorrent server for mint 13 ... If you are installing the different versions of ssl and crypto then also you will face this problem ...
- 10-10-2012 #3Just Joined!
- Join Date
- Sep 2012
- Posts
- 8
can You please tell me why you are doing this link ....
~/utorrent-server $ sudo ln -s /usr/lib/i386-linux-gnu/libssl3.so /usr/lib/libssl.so.0.9.8
~/utorrent-server $ sudo ln -s /usr/lib/libcrypto++.so.9.0.0 /usr/lib/libcrypto.so.0.9.8
- 10-10-2012 #4Just Joined!
- Join Date
- Oct 2012
- Location
- Delhi, India
- Posts
- 19


Reply With Quote

