lua-users home
lua-l archive

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


Maybe you need to build Lua interpreter again.
According to the log,your Lua interpreter does not support dynamic library.
Maybe you should try to build Lua like
    make posix
This should work,

Suote127