lua-users home
lua-l archive

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


> well, it seems it doesn't find lua libraries..

This should be ok: the Lua interpreter exports those symbols (or should).

Then I don't know what this message means:
	bn.so: cannot open shared object file: No such file or directory
It does not say which file it tried to open.

Try this:
	strace /home/veleno/workspace/lua-5.1.4/src/lua test.lua
and look for "open".