luarocks / luarocks-site

LuaRocks website and module host
http://luarocks.org
175 stars 36 forks source link

I cound't able to use luarocks with lua 5.3 #60

Closed quiloos39 closed 9 years ago

quiloos39 commented 9 years ago

I am running Ubuntu Server 15.04 on VM , I used these commands to install lua and luarocks

sudo apt-get install unzip sudo apt-get install gcc wget http://www.lua.org/ftp/lua-5.3.1.tar.gz tar zxf lua-5.3.1.tar.gz cd lua-5.3.1 sudo make solaris test sudo make solaris install reboot wget http://luarocks.org/releases/luarocks-2.2.1.tar.gz tar zxpf luarocks-2.2.1.tar.gz cd luarocks-2.2.1 ./configure; sudo make bootstrap sudo luarocks install luasocket

lua -lsocket -- It errors.

screen shot 2015-07-24 at 3 36 57 pm screen shot 2015-07-24 at 3 32 52 pm screen shot 2015-07-24 at 3 33 23 pm
leafo commented 9 years ago

Hello, please send issues with luarocks itself to the luarocks repository.