[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBitOp: Cant require "bit=>./bit.so: undefined symbol: luaopen_bit
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 30 Nov 2012 15:51:46 -0200
> 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?