lua-users home
lua-l archive

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


On Mon, Mar 19, 2012 at 2:34 PM, Jose Torre-Bueno <jtorrebueno@cox.net> wrote:
> OK I will try a new build.   One question: I have LuaSockets 2.0.2 are you saying that to use this I need to revert to 5.1 or is it a question of it may work but not for certain?

Its unlikely 2.0.2 will build with 5.2. Try 5.1.

> Following the instructions on the LuaSockets web site I added these two lines to bash:
> LUA_PATH=/usr/local/share/lua/5.0/?.lua;?.lua
> LUA_CPATH=/usr/local/lib/lua/5.0/?.so;?.so

Don't do that, its not necessary (and its not valid syntax for bash).

Sam