lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>   error loading module 'aes.core' from file 'lib/aes/core.so':
>   lib/aes/core.so: undefined symbol: lua_pushstring

I think this has been mentioned here but did you build the host program with
"-Wl,-E" or equivalent so that the Lua API in the library linked in the
hos is seen by dynamically loaded modules?