欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 运维知识 > linux >内容正文

linux

utorrent linux安装路径,centos6.2下安装utorrent server

发布时间:2024/3/26 linux 51 豆豆
生活随笔 收集整理的这篇文章主要介绍了 utorrent linux安装路径,centos6.2下安装utorrent server 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

昨天在使用校园网下载资料的时候,用到了一个工具就是utorrent,挺好奇的就想这是怎么实现的?结果网上一搜,找到了下面的解决方案:如果想在Linux服务器里下载一些bt的东西,需要有web界面的,有3个选择: utorrent / vuze / transmissionbt,这里选择utorrent进行安装说明。

首先下载并解压:

[root@localhost zdh]# cd utorrent-server-v3_0/

[root@localhost utorrent-server-v3_0]#./utserver

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

[root@localhost utorrent-server-v3_0]# ln -s /usr/lib/libssl.so.1.0.0/usr/lib/libssl.so.0.9.8

[root@localhost utorrent-server-v3_0]# ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8

[root@localhost utorrent-server-v3_0]# ./utserver &

总结

以上是生活随笔为你收集整理的utorrent linux安装路径,centos6.2下安装utorrent server的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。