ubuntu安装utorrent
转自:http://www.cnblogs.com/xioyaozi/archive/2012/05/21/2511739.html1.去utorrent官网下载,会自动给你下载linux的版本。utorrent-server-3.0-25053.tar.gz 2.解压缩 $ tar -zxvf ./download/utorrent-server-3.0-25-53.
转自:http://www.cnblogs.com/xioyaozi/archive/2012/05/21/2511739.html
1.去utorrent官网下载,会自动给你下载linux的版本。utorrent-server-3.0-25053.tar.gz
2.解压缩 $ tar -zxvf ./download/utorrent-server-3.0-25-53.tar.gz
解压缩完后的文件夹 utorrent-server-v3_0
3.运行里面的utserver文件: $ ./utserver
然后会出错,
./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
4.少一个库文件,我们在安装下。$ sudo apt-get install libssl0.9.8
5.重新运行 $ ./utserver
出现如下命令:
server started - using locale zh_CN.UTF-8
Using locale zh_CN.UTF-8
File not found during integrity check: ./settings.dat
File not found during integrity check: ./settings.dat.new
File not found during integrity check: ./settings.dat.old
File not found during integrity check: ./settings.dat
File not found during integrity check: ./settings.dat.new
File not found during integrity check: ./settings.dat.old
total physical memory -1 max disk cache 33554432
File not found during integrity check: ./dht.dat
File not found during integrity check: ./dht.dat.new
File not found during integrity check: ./dht.dat.old
File not found during integrity check: ./rss.dat
File not found during integrity check: ./rss.dat.new
File not found during integrity check: ./rss.dat.old
File not found during integrity check: ./resume.dat
File not found during integrity check: ./resume.dat.new
File not found during integrity check: ./resume.dat.old
IPv6 is installed
6,保持终端不要退出,在浏览器里输入:localhost:8080/gui/
用户名:admin,密码为空
7.进入utorrent主界面。
8.下下来的种子文件默认所用transmission, 这个是可以的,如果要用utorrent的话,要在程序里自己指定种子。
9 成功
更多推荐
所有评论(0)