I get the following Passenger error:

undefined method `post_reset' for Gem:Module

Someone knows what this could mean? Thanks!

link|improve this question

66% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I've got the very same error after performing a gem pristine --all to get rid of the annoying deprecation messages introduced with the latest rubygems update.

After that my mod_passenger.so got deleted resulting in this (misleading) error message. Try restarting Apache, it won't be possible if you are having the same problem.

The solution was to once again execute passenger-install-apache2-module. After that I could restart Apache and the error was gone.

link|improve this answer
feedback

i tried it myself and ended up with downgrading rubygems to 1.7.2, works again!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.