<div class="gmail_quote"><div>Hi Sean,<br><br>Its fixed now. I think the main problem was that I just did a bunch of simple installs through apt, and then "gem install whatever" and the versions of different things ended up not tallying properly: the latest Debian ruby package was
1.8.5 and I was trying to run the latest Mongrel and Mongrel Cluster, which weren't happy. A simple mistake really I guess, though it isn't always immediately obvious which versions go with which. I now have it working with
<span class="nfakPe">mongrel</span> (1.0.1) and mongrel_cluster (1.0.2) on ruby 1.8.5 . Also, I didn't have Make installed at the beginning, which I think the Gem install process needed. Glad its all working now. Thanks for your help.
<br><br>Rob.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Date: Thu, 13 Dec 2007 09:13:32 -0800<br>From: "Sean O'Brien" <
<a href="mailto:sobrien@yahoo-inc.com">sobrien@yahoo-inc.com</a>><br>Subject: Re: [Mongrel] Mongrel install problem<br>To: <a href="mailto:mongrel-users@rubyforge.org">mongrel-users@rubyforge.org</a><br>Message-ID: <
<a href="mailto:ED73D62D-11BB-4162-B003-3D3F0A8F7791@yahoo-inc.com">ED73D62D-11BB-4162-B003-3D3F0A8F7791@yahoo-inc.com</a>><br>Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed<br><br>Rob -<br><br> Do you have the gem "cgi_multipart_eof_fix" installed? Try the
<br>following and see what is returned:<br><br>gem list --local | grep cgi_multipart<br><br>Did you install rubygems from apt or did you use something else?<br><br>- sob<br></blockquote></div><br>