It was thus said that the Great Sean Conner once stated:
> Okay, I got it working. All I had to do was:
>
> * Remove all evidance that LuaRocks had been installed
> * Remove all evidance that LuaJIT had been installed
> * Remove all evidance that Lua had been install
> * Reinstall Lua
> * mkdir $HOME/.lurocks
> * reinstall previous config file there
> * ./configure LuaRocks
> * make bootstrap
>
> And it worked after all that.
Not quite.
[spc]lucy:~/projects/lua-conmanorg/rockspecs>luarocks upload
--api-key=<redacted> org.conman.errno-1.0.2-1.rockspec
Sending org.conman.errno-1.0.2-1.rockspec ...
Error: '/usr/bin/curl' program not found. Make sure curl is installed and is
available in your PATH (or you may want to edit the 'variables.CURL' value
in file '/home/spc/.luarocks/config-5.3.lua')
[spc]lucy:~/projects/lua-conmanorg/rockspecs>which curl
/usr/bin/curl
[spc]lucy:~/projects/lua-conmanorg/rockspecs>
So I *have* curl installed, but LuaRocks is not finding it.
Secondly, I used to be able to upload without the --api-key option, but
I'm having difficulty finding out how I got that working with that option.
So far:
* You can't upgrade to LuaRocks 3 from LuaRocks 2 using luarocks.
* Did the upload command change?
* Why is LuaRocks not finding curl when I have it installed? And
this is *after* I set the variables.CURL.
-spc
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers