Re: Mongrel install problem

Hi Sean,

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 mongrel (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.

Rob.