|
2010-01-20
, 13:37
|
Posts: 12 |
Thanked: 6 times |
Joined on Jan 2010
|
#32
|
great, thanks a lot for your work!
I've also installed ruby-gems, but when I run the gem command it only gives out:
-sh: gem: not found
I have previously installed gems from source which ran ok (but not optified) and wanted to try your version to have something optified.
Cheers,
Fabian
|
2010-01-20
, 18:19
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#33
|
|
2010-01-22
, 17:33
|
Posts: 271 |
Thanked: 20 times |
Joined on Apr 2009
@ United Kingdom
|
#34
|
Hi all.
My repository has not been down. And it is still up.
If you cant reach it - try to enter this address into your URL in your browser:
http://maemorepo.kaspernj.org
You should be redirected to this thread, if you reach it. If you cant reach it, try to do a:
"dig maemorepo.kaspernj.org"
...and give me the output.
On Windows you can do a ping instead:
ping maemorepo.kaspernj.org
|
2010-01-24
, 10:39
|
Posts: 6 |
Thanked: 2 times |
Joined on Dec 2009
|
#35
|
gem1.8 i know... it threw me for a loop too but you can ln-s /usr/bin/gem1.8 /usr/bin/gem
then continue to use gem as you've become accustom
|
2010-01-24
, 19:26
|
Posts: 33 |
Thanked: 44 times |
Joined on Dec 2009
|
#36
|
Trying this for iPlayer and can't get pass the first step... where do I download the repository as I don't see a download link, only http://maemorepo.kaspernj.org which loops me back to this thread...
|
2010-01-24
, 19:29
|
Posts: 33 |
Thanked: 44 times |
Joined on Dec 2009
|
#37
|
that didn't help, /usr/bin/gem is already there, it's symlinked to /home/opt/ruby/bin/gem .
when I run /usr/bin/gem I still get the message "-sh: gem: not found"
Any other ideas?
Cheers,
Fabian
./gem
|
2010-01-25
, 00:18
|
Posts: 6 |
Thanked: 2 times |
Joined on Dec 2009
|
#38
|
What happens if you go to "/opt/ruby/bin" and executes the following command:
Code:./gem
If you have a "gem1.8" - you are properly using the Ruby-packages from the devel-repository. I do not support anything from these packages sorry - they arent even optified or contain Gtk.
|
2010-01-25
, 08:08
|
Posts: 33 |
Thanked: 44 times |
Joined on Dec 2009
|
#39
|
the same message: -sh: ./gem: not found
gem1.8 has not been there and I've manually deleted all gem stuff from before. The repository source is a good hint. Is there a way to determine from which repo a file comes?
Cheers,
F.
apt-get remove --purge ruby ruby1.8 libruby1.8 iplayer-dl apt-get clean apt-get update apt-cache search ruby
apt-get install ruby ruby-gems
The Following User Says Thank You to kaspernj For This Useful Post: | ||
|
2010-01-27
, 13:02
|
Posts: 33 |
Thanked: 44 times |
Joined on Dec 2009
|
#40
|
My repository has not been down. And it is still up.
If you cant reach it - try to enter this address into your URL in your browser:
http://maemorepo.kaspernj.org
You should be redirected to this thread, if you reach it. If you cant reach it, try to do a:
"dig maemorepo.kaspernj.org"
...and give me the output.
On Windows you can do a ping instead:
ping maemorepo.kaspernj.org