Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuitka pre-built binaries have problems on Linux cross-distro #19

Open
vesche opened this issue Sep 1, 2018 · 1 comment
Open

Nuitka pre-built binaries have problems on Linux cross-distro #19

vesche opened this issue Sep 1, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vesche
Copy link
Contributor

vesche commented Sep 1, 2018

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

@vesche 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
@vesche vesche self-assigned this Sep 1, 2018
@vesche vesche added the bug Something isn't working label Sep 1, 2018
@deadPix3l
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants