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
The pre-built binary for v0.0.2 in releases was built on Debian GNU/Linux 9. When attempting to run the same binary on Arch Linux, the following error occurs:
$ ./darkbox
./darkbox: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
This seems to be a naming issue, cross-distro with shared libraries, just need to investigate this further... Should be an easy fix
Note: this is a Linux specific issue
The text was updated successfully, but these errors were encountered:
vesche
changed the title
Nuitka pre-built binaries have problems cross-distro
Nuitka pre-built binaries have problems on Linux cross-distro
Sep 1, 2018
Not an optimal solution, but this can be solved by statically linking the libraries into the binary, removing the reliance for it to exist on the system
The pre-built binary for v0.0.2 in releases was built on Debian GNU/Linux 9. When attempting to run the same binary on Arch Linux, the following error occurs:
This seems to be a naming issue, cross-distro with shared libraries, just need to investigate this further... Should be an easy fix
Note: this is a Linux specific issue
The text was updated successfully, but these errors were encountered: