- Update yum library
$yum update -y
- Install library
$yum install -y wget glibc glibc.i686 openssl openssl.i686 libgcc libgcc.i686 unzip
- Redirect libssl library path from libssl.so.1.0.0 to libssl.so.0.9.8
$ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8 $ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.0.9.8
- Download utorrent for linux
$wget "http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.tar.gz"
- Extract file from download folder
$tar xvf utorrent-server-3.0-ubuntu-10.10-27079.tar.gz
- Unzip web interface
$cd utorrent-server-v3_0 $unzip webui.zip
- Goto utorrent folder then start uTorrent
./utserver &
Open web browser then goto this link http:\\localhost:8080/gui |
Enter username admin without password |
Thank you for this tutorial
ReplyDeleteI get the below error
./utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Please advise
./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
ReplyDelete