[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasocket problems
- From: Diego Nehab <diego@...>
- Date: Fri, 25 Nov 2005 15:47:36 -0500 (EST)
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.