luaffi
luaffi copied to clipboard
undefined symbol: lua_pushnumber
error loading module 'ffi' from file './ffi.so': ./ffi.so: undefined symbol: lua_pushnumber
It works well when I run require 'ffi' in the terminal. When called by C code, it throws the error.
Sorry for my bad English.