lua-users home
lua-l archive

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


>     error loading module 'bit' from file '/usr/local/lib64/lua/5.1/bit.so':
>         /usr/local/lib64/lua/5.1/bit.so: undefined symbol: luaopen_bit

Ok, now it is trying to load the bit.so that you have installed. But the
error message is telling you that bit.so does not seem to be a Lua library.

What is the output of "nm -g /usr/local/lib64/lua/5.1/bit.so" ?

Is there a chance that bit.so was built using C++ instead of C?