[Rails] Re: cannot install Mongrel gem w ruby-1.9.2-preview3 [ x86_64 ] and Rails 3.0.0.beta4 [OS X 10.6.4]

2010-07-01 Thread Syed Aslam
I had problem even though I had installed mongrel --pre. In Gemfile you need to specifically point mongrel to use 1.2.0.pre2 or else it will try to use the old version, even if you remove it from the cache. On Jun 20, 2:22 pm, Anthony Green li...@ruby-forum.com wrote: More digging and the

[Rails] Re: cannot install Mongrel gem w ruby-1.9.2-preview3 [ x86_64 ] and Rails 3.0.0.beta4 [OS X 10.6.4]

2010-07-01 Thread Syed Aslam
I had problem even though I had installed mongrel --pre. In Gemfile you need to specifically point mongrel to use 1.2.0.pre2 or else it will try to use the old version, even if you remove it from the cache. On Jun 20, 2:22 pm, Anthony Green li...@ruby-forum.com wrote: More digging and the

[Rails] Re: cannot install Mongrel gem w ruby-1.9.2-preview3 [ x86_64 ] and Rails 3.0.0.beta4 [OS X 10.6.4]

2010-06-20 Thread Anthony Green
I'm having the same issue and installed gems without user sudo. Fernando Brito wrote: Looking at your error gcc -I. -I/Users/yves/.rvm/rubies/ruby-1.9.2-preview3/include/ruby-1.9.1/x86_64-darwin10.4.0 Do you see that there are 2 ruby versions there? RVM suggests you to always install gems

[Rails] Re: cannot install Mongrel gem w ruby-1.9.2-preview3 [ x86_64 ] and Rails 3.0.0.beta4 [OS X 10.6.4]

2010-06-20 Thread Anthony Green
Anthony Green wrote: I'm having the same issue and installed gems without user sudo. Fernando Brito wrote: Looking at your error gcc -I. -I/Users/yves/.rvm/rubies/ruby-1.9.2-preview3/include/ruby-1.9.1/x86_64-darwin10.4.0 Do you see that there are 2 ruby versions there? RVM suggests you

[Rails] Re: cannot install Mongrel gem w ruby-1.9.2-preview3 [ x86_64 ] and Rails 3.0.0.beta4 [OS X 10.6.4]

2010-06-20 Thread Anthony Green
More digging and the answer is to install monrel pre-release gem install mongrel --pre Anthony Green wrote: Anthony Green wrote: I'm having the same issue and installed gems without user sudo. Fernando Brito wrote: Looking at your error gcc -I.