luarocks / luarocks-site

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

Solaris 11.2 cannot make bootstrap #37

Closed CirrusThink closed 9 years ago

CirrusThink commented 9 years ago

It looks like there is an issue with io.popen is it correct that I cant get luarocks install luasql-postgres Your version of Lua does not support io.popen, which is required by LuaRocks. Please check your Lua installation.

Are there any possible work arounds ?

leafo commented 9 years ago

Sounds like this is an issue with luarocks/lua on your system and not the luarocks website. I don't have any experience with solaris, so I suggest posting in the mailing list or issues tracker for either lua or luarocks.

On Mon, Mar 16, 2015 at 8:29 AM, Cirrus Thinking notifications@github.com wrote:

It looks like there is an issue with io.popen is it correct that I cant get luarocks install luasql-postgres Your version of Lua does not support io.popen, which is required by LuaRocks. Please check your Lua installation.

Are there any possible work arounds ?

Reply to this email directly or view it on GitHub https://github.com/leafo/moonrocks-site/issues/37.

CirrusThink commented 9 years ago

Yeah you are correct. I was able to reinstall LUA 5.2.x from source on Solaris with make solaris && make install which corrected the issue. Thanks fro respoding