Hi, folks --
I''m trying to deploy my first rails app, but I''m having a
problem on my
local machine ... everytime I try to install mongrel_cluster, this is what
happens:
its_str_sm_1bt:~/sites/rails/currents Pete$ sudo gem install mongrel
mongrel_cluster
Bulk updating Gem source index for: http://gems.rubyforge.org
Building native extensions. This could take a while...
Successfully installed mongrel-0.3.3
Installing ri documentation for mongrel-0.3.3...
Installing RDoc documentation for mongrel-0.3.3...
Install required dependency mongrel? [Yn] y
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find mongrel (>= 1.0.1) in any repository
I''m using OS X... anyone have any thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
Pete Bekisz wrote:> I''m trying to deploy my first rails app, but I''m having a problem on my > local machine ... everytime I try to install mongrel_cluster, this is > what happens: > > Could not find mongrel (>= 1.0.1 ) in any repositoryTry it again. It was probably just a server offline somewhere. Pete Yandell http://notahat.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Try to run "ruby -v" -- mongrel 1.0.1 needs ruby 1.8.4 or higher. Make sure you have the correct version. On Jul 14, 3:44 am, Pete Yandell <p...-AylieETRJAdBDgjK7y7TUQ@public.gmane.org> wrote:> Pete Bekisz wrote: > > I''m trying to deploy my first rails app, but I''m having a problem on my > > local machine ... everytime I try to install mongrel_cluster, this is > > what happens: > > > Could not find mongrel (>= 1.0.1 ) in any repository > > Try it again. It was probably just a server offline somewhere. > > Pete Yandellhttp://notahat.com/--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---