lua-users home
lua-l archive

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


Hi,

well some files are in :
usr/local/share/lua/
how socket.lua mime.lua and others how http.lua in usr/local/share/lua/socket

As Roberto said, I guess this

declare -x LUA_CPATH="/usr/local/share/lua/?/?.so"

should be this

declare -x LUA_CPATH="/usr/local/share/lua/?.so"

That is, assuming you have a core.so at

    /usr/local/share/lua/socket/core.so

But anyways, is there any reason why you are not following the
install instructions from the LuaSocket manual?

Regards,
Diego.