You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Scaleway DEV1-L instances, OS: Debian 10
I run the following command:
wget https://github.com/userdocs/qbittorrent-nox-static/raw/master/qbittorrent-nox-static-glibc.sh -O a
time bash a all -nodel
And this is the reult:
linking qbittorrent-nox
/usr/bin/ld: /root/qbittorrent-build/lib/libQt5Core.a(qlibrary_unix.o): in function `qdlerror()':
qlibrary_unix.cpp:(.text._ZL8qdlerrorv+0xc): undefined reference to `dlerror'
/usr/bin/ld: /root/qbittorrent-build/lib/libQt5Core.a(qlibrary_unix.o): in function `QLibraryPrivate::unload_sys()':
qlibrary_unix.cpp:(.text._ZN15QLibraryPrivate10unload_sysEv+0x13): undefined reference to `dlclose'
/usr/bin/ld: /root/qbittorrent-build/lib/libQt5Core.a(qlibrary_unix.o): in function `QLibraryPrivate::resolve_sys(char const*)':
qlibrary_unix.cpp:(.text._ZN15QLibraryPrivate11resolve_sysEPKc+0x5): undefined reference to `dlsym'
/usr/bin/ld: /root/qbittorrent-build/lib/libQt5Core.a(qlibrary_unix.o): in function `QLibraryPrivate::load_sys()':
qlibrary_unix.cpp:(.text._ZN15QLibraryPrivate8load_sysEv+0x608): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:594: qbittorrent-nox] Error 1
make[1]: Leaving directory '/root/qbittorrent-build/qbittorrent/src'
make: *** [Makefile:47: sub-src-make_first] Error 2
The text was updated successfully, but these errors were encountered:
I'm using Scaleway DEV1-L instances, OS: Debian 10
I run the following command:
And this is the reult:
The text was updated successfully, but these errors were encountered: