MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
168 stars 92 forks source link

Error while loading shared libraries #91

Open donselkirk opened 3 years ago

donselkirk commented 3 years ago

Latest update resulted in daemon error which prevents access to the web interface.

/usr/bin/qbittorrent-nox: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

Workaround found @ https://github.com/linuxserver/docker-qbittorrent/issues/103

  1. Attach to docker container
  2. apt update
  3. apt install binutils
  4. strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5