theotherp / nzbhydra2

Usenet meta search
Other
1.27k stars 76 forks source link

5.3.9 python libc on debian failed to start #927

Closed tunloop closed 8 months ago

tunloop commented 8 months ago

Just upgraded to 5.3.9 after the service repeatedly failed to start with the dev endpoints issue. I am on Debian 12 and the updated version is failing to run on the system due to a library issue. The systemd service wouldn't report any logs and the daemon dies before it can write to the log file as well. Running it manually from the command line yields the error:

/opt/nzbhydra/nzbhydra2 --nobrowser --datafolder /opt/nzbhydra/data
[137522] Error loading Python lib '/tmp/_MEIImsvJU/libpython3.7m.so.1.0': dlopen: /tmp/staticx-PHaCAp/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /lib/x86_64-linux-gnu/libpthread.so.0)
theotherp commented 8 months ago

Fix is on the way

theotherp commented 8 months ago

On linux it's best just loading the python wrapper instead of starting the binary.