Problems installing lbase64 20130820-1
mdub opened this issue · 3 comments
mdub commented
I'm trying to get luajwt
installed, but am struggling to find the right version of lbase64
.
$ sudo luarocks install --server=http://rocks.moonscript.org luajwt
Installing http://rocks.moonscript.org/luajwt-1.3-2.src.rock...
Using http://rocks.moonscript.org/luajwt-1.3-2.src.rock... switching to 'build' mode
Missing dependencies for luajwt:
lbase64 >= 20120820-1
Error: Could not satisfy dependency: lbase64 >= 20120820-1
$ sudo luarocks install lbase64
Installing https://luarocks.org/lbase64-20120807-3.rockspec...
Using https://luarocks.org/lbase64-20120807-3.rockspec... switching to 'build' mode
Error: Error fetching file: Failed downloading http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/lbase64.tar.gz
$ sudo luarocks install lbase64 20120820-1
Error: No results matching query were found.
$ sudo luarocks search lbase64
Search results:
===============
Rockspecs and source rocks:
---------------------------
lbase64
20120807-3 (rockspec) - https://luarocks.org
20120807-1 (rockspec) - https://luarocks.org
20120807-1 (src) - https://luarocks.org
20100323-1 (rockspec) - https://luarocks.org
20100323-1 (src) - https://luarocks.org
20070628-1 (rockspec) - https://luarocks.org
20070628-1 (src) - https://luarocks.org
What am I doing wrong?
I'm new to Lua, so please excuse me if this is a dumb newbie question.
opyate commented
opyate commented
Try it, and if it works, please close this comment.
x25 commented
Fixed