Hello all,
I have been lookin for this answer on the forum with no luck, and I finally figured out what I had to do.
I am new to linux and centos 6.4 and 6.5 so I feel lucky that I finally got it and I hope this will help the rest of you too.
===================================================================================
Ok after many clean installs of centos 6.4 64 bit with basic video card driver, using desktop install option here are the steps I took.
Installed my video driver
Installed audio and multi media options
===================================================================================
NOTE:
I did
NOT do a yum -y update yet so I am still at centos 6.4, don't know if it matters or not, but if I do a yum update I will be running centos 6.5
===================================================================================
went to this link:
http://blog.kxr.me/2011/12/utorrent-...p-by-step.html and followed tutorial
ran this command ldd -r /opt/utorrent/utserver and got error
NOTE: libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
[root@Johnpdc John]# ldd -r /opt/utorrent/utserver
linux-gate.so.1 => (0x0086a000)
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0x002eb000)
libm.so.6 => /lib/libm.so.6 (0x001f3000)
librt.so.1 => /lib/librt.so.1 (0x00cf0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0090b000)
libc.so.6 => /lib/libc.so.6 (0x00523000)
/lib/ld-linux.so.2 (0x00c15000)
undefined symbol: SSL_CTX_free, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_library_init, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_read, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_CTX_new, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_load_error_strings, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_free, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_new, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_connect, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_s_mem, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_test_flags, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: OPENSSL_add_all_algorithms_noconf, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_write, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_read, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_new, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_write, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_ctrl_pending, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSLv23_client_method, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_set_bio, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_state, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: ERR_get_error, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: ERR_load_BIO_strings, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: ERR_reason_error_string, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
===================================================================================
NEXT:
went to this link:
http://rpmfind.net/linux/rpm2html/se...ibssl.so.0.9.8 and downloaded
libopenssl0_9_8-32bit-0.9.8x-7.1.x86_64.rpm
Installed libopenssl0_9_8-32bit-0.9.8x-7.1.x86_64.rpm
ran this command ldd -r /opt/utorrent/utserver again
THIS TIME NO ERROR
[root@Johnpdc John]# ldd -r /opt/utorrent/utserver
linux-gate.so.1 => (0x00e64000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00209000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00258000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00560000)
libm.so.6 => /lib/libm.so.6 (0x00e21000)
librt.so.1 => /lib/librt.so.1 (0x00c4b000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00688000)
libc.so.6 => /lib/libc.so.6 (0x008d5000)
/lib/ld-linux.so.2 (0x006df000)
libdl.so.2 => /lib/libdl.so.2 (0x00f9a000)
libz.so.1 => /lib/libz.so.1 (0x001cd000)
===================================================================================
First find out what version you have:
find /*/lib /*lib -type f -name "libcrypto.so.*"
/usr/lib/libcrypto.so.1.0.1e
/usr/lib/libcrypto.so.0.9.8
[root@Johnpdc John]# find /*/lib /*lib -type f -name "libcrypto.so.*"
/usr/lib/libcrypto.so.1.0.1e
/usr/lib/libcrypto.so.0.9.8
Then I ran this command and it worked
ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.8
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.8
===============================================================================================
utsctl start
You should now be able to access the utorrent server gui on localhost:
it worked yeah!!!!!
http://localhost:8080/gui