sur cannot find gems
Added by Léo Dumont over 12 years ago
Hello,
I've installed subtle on my Debian following the instructions on the wiki to compile the last stable version (0.11.3224). It works fine, but I can't manage to install sublets with sur.
When I try to install clock with :sur install clock
It returns this error:>>> ERROR: Cannot fin the gem ‘archive-tar-minitar'
>>> Please install it with following command:
>>> gem install archive-tar-minitar
But this gem is allready on my computer, when I do gem list --local
I can see "archive-tar-minitar (0.5.2)" in the list. And the files are in /var/lib/gems/1.8/bin
At first I thought it might be a $PATH problem, so I add /var/lib/gems/1.8/bin to it in my ~/.bashrc but sur still gives me the same error saying archive-tar-minitar is missing…
Thanks in advance for your help,
Replies (3)
RE: sur cannot find gems - Added by Christoph Kappel over 12 years ago
Sorry, was a bit busy the last few days.
Did you solve your problem or still struggling with it?
RE: sur cannot find gems - Added by Léo Dumont over 12 years ago
No, I still have the same error with sur.
Any help would be welcome !