[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: bug in building and installing luasocket
- From: "robert@..." <robert@...>
- Date: Wed, 30 May 2007 16:10:12 -0600
Quoting Jerome Vuarand <jerome.vuarand@ubisoft.com>:
> Assuming that you have these files there:
> /usr/local/share/lua/5.1/socket.lua
> /usr/local/lib/lua/5.1/socket/core.so
>
> Your LUA_PATH and LUA_CPATH should look something like :
> export LUA_PATH='/usr/local/share/lua/5.1/?.lua;;'
> export LUA_CPATH='/usr/local/lib/lua/5.1/?.so;;'
Thanks, that seems to work.
Robert Dodier