[SOLVED] rpm2cpio: symbol lookup error: /usr/lib64/librpmio.so.9: undefined symbol: luaL_requiref
by Besl621 from LinuxQuestions.org on (#6EDFJ)
So this is what I get when running rpm or any binary from rpm package:
Code:rpm2cpio: symbol lookup error: /usr/lib64/librpmio.so.9: undefined symbol: luaL_requirefAnyone else is getting the same error?
Code:$ nm -D /usr/lib64/liblua.so.5.1.5 | grep luaL_requirefthis outputs nothing.
maybe rpm is compiled with a different Lua version?
Code:rpm2cpio: symbol lookup error: /usr/lib64/librpmio.so.9: undefined symbol: luaL_requirefAnyone else is getting the same error?
Code:$ nm -D /usr/lib64/liblua.so.5.1.5 | grep luaL_requirefthis outputs nothing.
maybe rpm is compiled with a different Lua version?