what does 'gem list mongrel' tell you?
-faisal
what does 'gem list mongrel' tell you?
-faisal
Perhaps you need to force the current version of mongrel to be installed:
sudo gem install mongrel --version '=1.0.1' sudo gem install mongrel_cluster --version '=0.2.1'
On one production system, I have:
*** LOCAL GEMS ***
mongrel (1.0.1) A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.
mongrel_cluster (0.2.1) Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes.
On my local Mac OS X, I have:
*** LOCAL GEMS ***
mongrel (1.0.1, 0.3.13.4) A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.
(no mongrel_cluster on my laptop)
I wonder if the 4-part 0.3.13.4 seems to be greater than the 3-part 1.0.1 and so the version dependency (>= 0.3.13.4) is failing.
You might also need to update your gem command (sudo gem update --system) or remove the local source_cache file (see the `gem env` output for the directory in which to find the source_cache)
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com
Did you remove the source_cache? What does your system produce for the command $ gem list mongrel --remote
*** REMOTE GEMS *** Bulk updating Gem source index for: http://gems.rubyforge.org
mongrel (1.0.1, 1.0, 0.3.13.4, 0.3.13.3, 0.3.13.2, 0.3.13.1, 0.3.13, 0.3.12.4, 0.3.12.3, 0.3.12.2, 0.3.12.1, 0.3.12, 0.3.11, 0.3.10.1, 0.3.10, 0.3.9, 0.3.8, 0.3.7.1, 0.3.7, 0.3.6, 0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3, 0.2.2, 0.2.1, 0.2.0) A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps.
mongrel_cluster (0.2.1, 0.2.0, 0.1.1, 0.1) Mongrel plugin that provides commands and Capistrano tasks for managing multiple Mongrel processes.
mongrel_config (0.3, 0.2.1, 0.2) Mongrel plugin that gives you web based config tool using Camping
mongrel_console (0.2) Provides a combined Mongrel and Rails IRB console.
mongrel_in_a_tunnel (0.1) Mongrel/GemPlugin to decrypt to SSL
mongrel_raw_output (0.2.2) The mongrel_raw_output GemPlugin for bypassing Mongrel's headers
mongrel_secure_download (0.1) Mongrel Secure Download Plugin
mongrel_send_file (0.1) The mongrel_send_file GemPlugin
mongrel_service (0.3.1, 0.1) Mongrel Native Win32 Service Plugin for Rails (debug build)
mongrel_status (0.2.2, 0.2.1, 0.2, 0.1) A sample plugin that reports the status of mongrel.
mongrel_upload_progress (0.2.1, 0.2, 0.1) The mongrel_upload_progress GemPlugin
If you don't get essentially the same list, there must be something going on between your system and the repository.
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com
Wow! It certainly is. You have my sympathy tracking this one down 'cause I don't have any more suggestion.
-Rob
Rob Biedenharn http://agileconsultingllc.com Rob@AgileConsultingLLC.com
Hi, I've got the same problem. Could you solve it?
Greetings Johannes
Joshua Muheim schrieb: