lua-users home
lua-l archive

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


Hi,

Also in my environment i have LUA_PATH = /media/.../socket.so  where
socket.so is socket.so.2.0.2 renamed

Socket.so should be renamed to socket/core.so, and it should
be accessible through LUA_CPATH, not through LUA_PATH.
socket.lua should be accessible thorugh LUA_PATH. It will
invoke require"socket.core", which will get socket/core.so.

[]s,
Diego