I'm trying to install merb on Mac OS 10.4 following the instructions here:
http://merb.4ninjas.org/ I do... [ [EMAIL PROTECTED] ethan ]$ sudo gem install merb ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ETIMEDOUT: Operation timed out - connect(2) (http:// gems.rubyforge.org/gems/merb-core-1.0.4.gem) I tried downloading the .gem file and installing from the local file: [ [EMAIL PROTECTED] ethan ]$ sudo gem install merb ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) timed out (http://gems.rubyforge.org/gems/erubis-2.6.2.gem) Looks like it's having trouble getting erubis. I do gem install erubis, and that works no problem. Tried again, but it got hung up on the "abstract" gem. Installed that and tried again... [ [EMAIL PROTECTED] ethan ]$ sudo gem install merb-1.0.4.gem Password: ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) timed out (http://gems.rubyforge.org/gems/ merb_datamapper-1.0.4.gem) What am I doing wrong? Do I need to change the configuration of the gem command somehow? Thanks, Ethan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
