Re: [Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Denis Haskin
Sorry, on ubuntu, not OSX. Did ruby + gem install the way we're supposed to on ubuntu--it's been fine. dwh Matthew Williams wrote: If you rename /usr/bin/gem to /usr/bin/gem.org (are you running OSX? Did you compile Ruby to be in /usr/local yourself?) then you should immediately fall back on

Re: [Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Matthew Williams
If you rename /usr/bin/gem to /usr/bin/gem.org (are you running OSX? Did you compile Ruby to be in /usr/local yourself?) then you should immediately fall back on your /usr/local/bin install. I've been bitten by that far too many times On Wed, Jan 14, 2009 at 8:36 PM, Denis Haskin wrote: > ~

Re: [Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Denis Haskin
~$ which gem /usr/bin/gem But I think your suggestion about possible multiple gem locations might be valid. A couple of times I have accidentally done 'gem install' instead of 'sudo gem install', but I thought I had cleaned up and re-done it each time... I will investigate some more. Thanks

Re: [Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Anthony Eden
What does 'which gem' return? Is it possible that you have the two locations where gems are being installed on your system? I just ran the sudo rake reinstall locally and it worked fine (one I installed the 0.5.0 version of adapter-extensions). -A On Wed, Jan 14, 2009 at 6:32 PM, Denis Haskin w

Re: [Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Denis Haskin
~$ gem -v 1.3.1 Anthony Eden wrote: What version of RubyGems are you running? -A On Wed, Jan 14, 2009 at 3:51 PM, Denis Haskin wrote: (Apologies to Anthony, I already sent this to him on github) This may a general gem problem, not activewarehouse-etl, but… I cloned the project to my lo

Re: [Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Anthony Eden
What version of RubyGems are you running? -A On Wed, Jan 14, 2009 at 3:51 PM, Denis Haskin wrote: > (Apologies to Anthony, I already sent this to him on github) > > This may a general gem problem, not activewarehouse-etl, but… > > I cloned the project to my local machine, did a 'rake gem' and 's

[Activewarehouse-discuss] strange difficulties.. 'no such file to load'

2009-01-14 Thread Denis Haskin
(Apologies to Anthony, I already sent this to him on github) This may a general gem problem, not activewarehouse-etl, but... I cloned the project to my local machine, did a 'rake gem' and 'sudo rake reinstall', and it seems to have installed fine, but when I try the command 'etl', I get: /us