[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work3) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 18 May 2010 18:58:16 -0300
> 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.