我最近从Ubuntu qbittorrent安装了Software Center,当我尝试运行它时,我得到了错误:
qbittorrent: error while loading shared libraries: libtorrent-rasterbar.so.6: cannot open shared object file: No such file or directory我试过了
sudo apt-get remove qbittorrent*
sudo apt-get purge qbittorrent*
sudo apt-get install qbittorrent但这没什么用,我总是犯同样的错误。我应该注意,我从Ubuntu 12.04升级到了12.10。
我该怎么办?干杯。
发布于 2013-04-13 13:29:42
卸载,然后重新安装libtorrent-rasterbar。
https://github.com/qbittorrent/qBittorrent/issues/341#issuecomment-16332932
发布于 2017-01-15 20:59:44
在从源代码构建libtorrent-rasterbar和qBittorrent之后,我也遇到了同样的错误。
我通过跑来修复它
sudo ldconfighttps://askubuntu.com/questions/264108
复制相似问题