lua-users home
lua-l archive

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


> This means that luaL_register isn't visible to the dynamic linker (and luaL_openlib is).  Which in turn causes:
> 
> $ ~/lua-5.2.0-work3/src/lua rima-test.lua 
> .../lua-5.2.0-work3/src/lua: error loading module 'lfs' from file '/opt/local/lib/lua/5.1/lfs.so':

There's no ABI compatibility between 5.1 and 5.2. So you need to recompile
your C modules.