nju-dwk

1.下载

官方网站www.utorrent.com/downloads/linux

2.解压

$ tar xvf utorrent-server-VERSION.tar

3.启动服务器

$ cd utorrent-server-VERSION

$ ./utserver

此处可能遇到

./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory和

./utserver: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
问题,系openssl版本不合适导致。解决方法为从网址www.it-adv.net/fetion/downng/library_linux.tar.gz下载包,解压后将libssl.so.0.9.8和libcrypto.so.0.9.8

复制到/usr/lib即可。

4.使用

在浏览器输入URL http://localhost:8080/gui/,输入用户名为admin,密码为空,就可以使用utorrent。下载位置为utorrent-server-VERSION文件夹。

分类:

技术点:

相关文章:

  • 2021-08-10
  • 2022-12-23
  • 2021-12-02
  • 2021-12-06
  • 2021-12-12
  • 2021-11-17
  • 2021-08-06
  • 2021-08-10
猜你喜欢
  • 2021-12-10
  • 2021-07-02
  • 2021-10-12
  • 2021-07-31
  • 2021-12-10
  • 2021-10-24
相关资源
相似解决方案