qBittorrent-Enhanced-Edition
qBittorrent-Enhanced-Edition copied to clipboard
Could not find a version of the Boost::System library!
进入从git上克隆的文件夹中后,运行 ./configure ,报错了: configure: error: Could not find a version of the Boost::System library!
后来我查了一下,又用这个命令 ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf, 这次没报错,但是继续make命令后就出错了: ...... undefined reference to `libtorrent::entry::entry(libtorrent::entry&&)' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1111: qbittorrent] Error 1 make[1]: Leaving directory '/home/pi/download_pi/qBittorrent-Enhanced-Edition/src'
我用的是树莓派4,浪费了不少时间,实在搞不清楚。。。。
像是你的libtorrent版本不对吧?这个报错说是找不到libtorrent的函数,当前qb上游支持的libtorrent版本是libtorrent-rasterbar 1.2.14和2.0.4
如果你是需要跑nox版本,试试预编译好的,如果是图形界面的可能得你自己编译的,当前我维护的只有AppImage版本,以及基于musl构建的nox版本。如果nox版本无法运行,你可以直接反馈,我可以帮助维护一下