Hide Forgot
Description of problem: running command `objdump -T /usr/lib64/liblua.so` shows that some functions are missing: lua_pcall, lua_call, luaL_loadfile, lua_tonumber, etc. Version-Release number of selected component (if applicable): 5.2.2
Not a bug - since the version 5.2 the lua_pcall() is just a #define over lua_pcallk(). It's placed in lua.h .