On 31 Oct 2007, at 11:58, Noah wrote:
structure 'perl_module' in file /usr/local/libexec/apache2/ mod_perl.so is garbled - expected signature 41503232 but saw 41503230 - perhaps this is not an Apache module DSO, or was compiled for a different Apache version?


41 = 'A'
50 = 'P'
32 = '2'
30 = '0'

So you're trying to load an Apache 2.0 module into a 2.2 server.

--
Andy Armstrong, Hexten




Reply via email to