mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-03-04 06:45:28 -05:00
5.1.8 binary not starting because libpython3.7m.so.1.0 #816
Labels
No labels
bug
bug
enhancement
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nzbhydra2#816
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @colemar on GitHub (May 16, 2023).
Similar to #822
See also https://www.reddit.com/r/nzbhydra/comments/10h2g1u/problems_updating_nzbhydra2_from_4x_to_500/ (not mine).
Ubuntu 22.04.2 LTS / Linux 5.15.0-69-generic
Version 5.1.8 was previously installed via GUI menu System/Update.
5.1.8 was running without apparent problems and by chance I spotted something about "wrappers seem not aligned" in the log.
Sorry I don't have the log anymore, therefore I could misremember some detail.
The same warning message told me to download the latest version and overwrite the install folder.
I downloaded nzbhydra2-5.1.8-amd64-linux.zip and unzipped it over /home/nzbhydra2/nzbhydra2.
Now the usual command
/home/nzbhydra2/nzbhydra2/nzbhydra2 --nobrowserstops immediately with this error:I checked: librt.so.1 belongs to package libc6 wich is "already the newest version (2.35-0ubuntu3.1)".
libpython3.7m.so.1.0 is not to be found anywhere and it is not provided by any package:
I attempted this:
but it did not change anything.
In the meantime I switched to command
/home/nzbhydra2/nzbhydra2/nzbhydra2wrapperPy3.py --nobrowserwhich seems to work without issues.@theotherp commented on GitHub (May 16, 2023):
Yeah, just start the python directly. The compilation is a bit iffy and a convenience feature but there's no downside to starting the wrapper using python, especially for linux users.