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

liblua 5.3 dependency #398

Closed
lfortemps opened this issue May 12, 2020 · 5 comments
Closed

liblua 5.3 dependency #398

lfortemps opened this issue May 12, 2020 · 5 comments

Comments

@lfortemps
Copy link
Contributor

Hi all,
I'm installing misp-modules on RHEL 7 and when I want to run it, a fair portion of the modules are not loaded due to liblua-5.3.so not being on the system. Unfortunately with RHEL, I can only get lua 5.1.

This is the exact error message:
WARNING: MISP modules apivoid failed due to liblua-5.3.so: cannot open shared object file: No such file or directory

As the relation between these modules and lua is not straightforward, I was wondering if you knew about this and if there are any workaround?

@adulau
Copy link
Member

adulau commented May 12, 2020

Interesting. It's indeed quite strange but it seems all the modules with the issue depends on PyMISP.

@adulau
Copy link
Member

adulau commented May 12, 2020

Ok it's faup which requires lua. Basically, misp-modules -> PyMISP -> faup then lua shared libary ;-)

Rafiot added a commit to MISP/PyMISP that referenced this issue May 12, 2020
@Rafiot
Copy link
Member

Rafiot commented May 12, 2020

@Golbark if you update PyMISP to the latest version on github, you will have a fix. Otherwise, just modify the installed package manually, it is a one liner change.

@Rafiot
Copy link
Member

Rafiot commented May 12, 2020

Related issue upstream: stricaud/faup#110

@lfortemps
Copy link
Contributor Author

Thanks for the quick replies! I confirm the fix works.

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

No branches or pull requests

3 participants