[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem with loading luasocket
- From: Diego Nehab <diego@...>
- Date: Mon, 16 Jun 2008 14:13:45 -0400 (EDT)
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