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 Fischer wrote: > 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 > -- > Posted via http://www.ruby-forum.com/. >> On Sunday, January 17, 2010 2:45 PM Stefano Crocco wrote: >> 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 cannot help you more than this, but I am 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 will help them helping you. >> >> Stefano >>> On Monday, January 18, 2010 1:58 AM Ronald Fischer wrote: >>> Stefano Crocco 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 Lavena wrote: >>>> wrote: >>>> >>>> Perhaps you are 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 Lavena >>>>> On Tuesday, January 19, 2010 2:40 AM Ronald Fischer wrote: >>>>> Luis Lavena 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/. >>>>> Submitted via EggHeadCafe >>>>> Oracle Developer For Beginners >>>>> http://www.eggheadcafe.com/training-topic-area/Oracle-SQL-Developer/2/Oracle-SQL-Samples.aspx