Paulo Cassiano wrote: > Hi, > > I'm trying to start *Mongrel*, but the system cannot do it and show me > this > message: > > ... > > I'm using *Mint Linux 5* (Debian-based), *Ruby 1.8.7* (2008-06-20 > patchlevel > 22) [i686-linux], *Gem 1.2.0* and *Rails 2.1.1* > > *What should I do in order to solve this problem?*
Hi Paulo, I can't help directly with the output you provided but I would change the version of ruby for starters. 1.8.6 is the stable branch to be using (unless there's been some change announced with this version of rails). I think 1.8.7 is more experimental and may never become the new 1.8.6. Also, the patch level 22 for 1.8.7 is out of date and might be a security issue - certainly 1.8.6 p230 which was released at the same time was not working well with rails even though it was meant to fix a security issue of the previous release. It may be that your distro patched this version or the one prior to it that had the security issue, but I'd still move on if I could. Worst case, just compile it. It's not hard. But you do lose the benefits of the distro as a result. See http://www.ruby-lang.org/en/news/2008/08/11/ruby-1-8-7-p72-and-1-8-6-p287-released/ . Regards, Daniel -- Posted via http://www.ruby-forum.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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

