mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 07:32:29 -06:00
Add method to solving error which happened frequently
@@ -76,3 +76,12 @@ A documentation about running qBittorrent without GUI is available [[Running-qBi
|
||||
|
||||
To set up qbittorrent as a deamon see [https://github.com/qbittorrent/qBittorrent/wiki/Setting-up-qBittorrent-as-a-daemon-on-CentOS-7 this guide] or just run
|
||||
qbittorrent-nox
|
||||
|
||||
|
||||
== Troubleshooting ==
|
||||
If are you facing a problem like this
|
||||
qbittorrent-nox: error while loading shared libraries: libtorrent-rasterbar.so.10: cannot open shared object file: No such file or directory
|
||||
This often happened when you are using 64-bit CentOS 7.x. And it's because of the libraries that the qBittorrent need are not in the "/usr/lib64/". You can simply create a soft link to solve it. Do it like this.
|
||||
ln -s /usr/lib/libtorrent-rasterbar.so.10 /usr/lib64/libtorrent-rasterbar.so.10
|
||||
For missing "libboost_system.so.1.72.0"
|
||||
ln -s /opt/boost/lib/libboost_system.so.1.72.0 /usr/lib64/libboost_system.so.1.72.0
|
||||
Reference in New Issue
Block a user