I would like to install fxri:
$ gem install fxri
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find fxri (> 0) in any repository
So I downloaded the gem from http://rubyforge.org/projects/fxri/ to some
directory, ./gem, and tried it like this:
$ gem install fxri -i gem
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find fxri (> 0) in any repository
What am I doing wrong?
Ronald
On Sunday 17 January 2010, Ronald F. wrote:
|$ gem install fxri -i gem
|ERROR: While executing gem … (Gem::GemNotFoundException)
| Could not find fxri (> 0) in any repository
|
|What am I doing wrong?
|
|Ronald
gem install fxri works for me. However, if you want to install the gem
you
downloaded manually, you need to pass the path of the file, otherwise
gem will
still attempt to download the gem:
gem install /path/to/fxry.gem
I can’t help you more than this, but I’m almost sure that people with
more
rubygems knowledge will need to know the rubygems version you use and
maybe
also your operating system and ruby version. If you post these
informations,
you’ll help them helping you.
Stefano
Stefano C. wrote:
gem install /path/to/fxry.gem
This fails too, since fxruby is needed. I think I’ll have to figure out
first, why gem installation via http does not work, otherwise it will
become too tedious to resolve all dependencies manually…
Ronald
On Jan 18, 3:58 am, Ronald F. [email protected]
wrote:
Stefano C. wrote:
gem install /path/to/fxry.gem
This fails too, since fxruby is needed. I think I’ll have to figure out
first, why gem installation via http does not work, otherwise it will
become too tedious to resolve all dependencies manually…
Perhaps you’re behind a proxy or firewall. You can check your Internet
Explorer / Firefox / Chrome settings.
If that is the case, you need to provide the URL to gem install:
gem help install
and look for --http-proxy details.
Luis L. wrote:
Perhaps you’re behind a proxy or firewall. You can check your Internet
Explorer / Firefox / Chrome settings.
Not knowingly. I have (at home) a LAN with a router, which goes via DSL
to my Internet Service Provider. I think the router (I haven’t installed
the hardware myself) has some “poor-man’s firewall” feature built in.
Is there a specific port which I would need to open for gem to work?
Ronald
Hi,
I had the same problem on Ruby 1.8.6 (2009-08-04 patchlevel 383)
[i386-mingw32], and then noticed that the RUBYLIB environment variable
was pointing to some dumbass location. I unset RUBYLIB and fxri loaded
ok.
However, the search function in fxri was broken.
Different story withRuby 1.9.2. fxri crashes with a missing file
(ri_driver)
After that, I gave up on fxri.
HTH,
Tad
On Sunday, January 17, 2010 2:23 PM Ronald F. wrote:
$ gem install fxri -i gem
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find fxri (> 0) in any repository
What am I doing wrong?
Ronald
Posted via http://www.ruby-forum.com/.
On Sunday, January 17, 2010 2:45 PM Stefano C. wrote:
Stefano
On Monday, January 18, 2010 1:58 AM Ronald F. wrote:
Stefano C. wrote:
This fails too, since fxruby is needed. I think I will have to figure out
first, why gem installation via http does not work, otherwise it will
become too tedious to resolve all dependencies manually…
Ronald
Posted via http://www.ruby-forum.com/.
On Monday, January 18, 2010 8:38 AM Luis L. wrote:
–
Luis L.
On Tuesday, January 19, 2010 2:40 AM Ronald F. wrote:
Luis L. wrote:
Not knowingly. I have (at home) a LAN with a router, which goes via DSL
to my Internet Service Provider. I think the router (I have not installed
the hardware myself) has some “poor-man’s firewall” feature built in.
Is there a specific port which I would need to open for gem to work?
Ronald
Posted via http://www.ruby-forum.com/.