We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
libfaupl.so
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
The text was updated successfully, but these errors were encountered:
Thank you so much for this report! I just fixed it and pushed the new version to pypi.
Sorry, something went wrong.
No branches or pull requests
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):The text was updated successfully, but these errors were encountered: