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

Suddenly after an update I get this spammed in the log, and cant open qbittorrent.

It’s been working fine for months.

Any advice how to fix this? I found this in another thread but it is related to another qbit torrent container and it seems to be advice for when you build the docker image yourself, which Im not expert enough to try.

pacman -S binutils
strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
1 Like

Same problem here.

As per the readme here: GitHub - linuxserver/docker-qbittorrent

If you are running a very old (3.x) kernel you may run into this issue which can be worked around using this method

1 Like