lua-users home
lua-l archive

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


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