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

Issue with pre-compiled libfaupl.so #110

Closed
Rafiot opened this issue May 12, 2020 · 1 comment
Closed

Issue with pre-compiled libfaupl.so #110

Rafiot opened this issue May 12, 2020 · 1 comment

Comments

@Rafiot
Copy link
Contributor

Rafiot commented May 12, 2020

Not sure what's going on, but it seems the shared library for lua 5.3 used in libfaupl.so doesn't match the name on the system (Ubuntu 20.04):

ldd /home/raphael/.cache/pypoetry/virtualenvs/pymisp-Dd2vwRzs-py3.8/lib/python3.8/site-packages/pyfaup/Linux/x86_64/libfaupl.so
        linux-vdso.so.1 (0x00007ffc6f561000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9a63ca0000)
        liblua-5.3.so => not found
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9a63b51000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9a63b4b000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9a63959000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9a63d3b000)
locate liblua5.3
/usr/lib/x86_64-linux-gnu/liblua5.3-c++.so.0
/usr/lib/x86_64-linux-gnu/liblua5.3-c++.so.0.0.0
/usr/lib/x86_64-linux-gnu/liblua5.3-lpeg.so.2
/usr/lib/x86_64-linux-gnu/liblua5.3-lpeg.so.2.0.0
/usr/lib/x86_64-linux-gnu/liblua5.3.so.0
/usr/lib/x86_64-linux-gnu/liblua5.3.so.0.0.0
@stricaud
Copy link
Owner

Thank you so much for this report! I just fixed it and pushed the new version to pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants