欢迎访问 生活随笔!

生活随笔

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

linux

在linux用utorrent下载文件,utorrent在ubuntu上怎么使用

发布时间:2024/3/26 linux 55 豆豆
生活随笔 收集整理的这篇文章主要介绍了 在linux用utorrent下载文件,utorrent在ubuntu上怎么使用 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

很简单直接从网上下载utorrent for linux,不过如果您使用的是ubuntu12.X的话会提醒您有错误,察看了一下是库的问题。

参考下面的内容可以解决:

http://www.howopensource.com/2011/08/utserver-error-while-loading-shared-libraries-libssl-so-0-9-8-libcrypto-so-0-9-8-solved/

其实就是安装一下下面的东西。

如果是fedora的话:

sudo ln -s /usr/lib/libssl.so.10 /usr/lib/libssl.so.0.9.8

sudo ln -s /lib/libcrypto.so.10 /lib/libcrypto.so.0.9.8

如果是ubuntu的话:

sudo apt-get install libssl0.9.8:i386

理由我就直接复制了。

In Ubuntu 13.04 / 12.10 / 12.04 you need to install this library. In Fedora 18 / 17 / 16 / 15 / 14 these library has been updated to libssl.so.10 and libcrypto.so.10, So you need to create a symbolic link for it as libssl.so.0.9.8 and libcrypto.so.0.9.8. If not you may get this errors.

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

or

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

总结

以上是生活随笔为你收集整理的在linux用utorrent下载文件,utorrent在ubuntu上怎么使用的全部内容,希望文章能够帮你解决所遇到的问题。

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