At 5:22 PM +0000 3/14/07, Miguel Arroz wrote:
Hi!
I had Mac OS X 10.4.8 Server running with an RT installation.
Today I upgraded to 10.4.9, and Apache was not starting. I
checked the logs, and found the following:
Storable object version 2.13 does not match $Storable::VERSION
2.15 at /System/Library/Perl/5.8.6/darwin-thread-multi-2level/
DynaLoader.pm line 253.
[snip]
This happens when Apache tries to process the following line in
the config files:
PerlRequire /usr/local/rt3/bin/webmux.pl
I'm not a perl expert, and I have no idea of what could be the
problem... any ideas? I commented that line so that apache could
start, but RT is, of course, not working.
On 2007/03/14, at 17:44, Dan Shoop wrote:
RT uses mod_perl.
Note that the error message above explained exactly why it failed.
You have a version mismatch.