Re: mod_perl.so is garbled - expected signature 41503232 but saw 41503230

2007-10-31 Thread Andy Armstrong

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






mod_perl.so is garbled - expected signature 41503232 but saw 41503230

2007-10-31 Thread Noah


Hi there,

I am attmepting to get mod_perl installed on my FreeBSD 6.2 box from

I've reinstalled by make deinstall clean install clean from the 
/usr/ports/www/mod_perl2 directory.


and also the following steps below and I still am unable to change things.

Cheers,

Noah


access1# portupgrade -Rr mod_perl2-2.0.3_2,3
access1# pwd
/root
access1# pkg_info | grep apache
apache-2.2.6_2  Version 2.2 of Apache web server with prefork MPM.
apache-tomcat-6.0.13_1 Open-source Java web server by Apache, 6.x branch
access1# /usr/local/etc/rc.d/apache22 start
Performing sanity check on apache22 configuration:
httpd: Syntax error on line 54 of /usr/local/etc/apache22/httpd.conf: 
API module 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?

Starting apache22.
httpd: Syntax error on line 54 of /usr/local/etc/apache22/httpd.conf: 
API module 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?


Re: mod_perl.so is garbled - expected signature 41503232 but saw 41503230

2007-10-31 Thread Noah

thanks Andy,

how can I choose to install an AP2.2 module from /usr/ports
I dont know how to make that change?

Cheers,
Noah


Andy Armstrong wrote:

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.



Re: mod_perl.so is garbled - expected signature 41503232 but saw 41503230

2007-10-31 Thread Andy Armstrong

On 31 Oct 2007, at 12:05, Noah wrote:

thanks Andy,

how can I choose to install an AP2.2 module from /usr/ports
I dont know how to make that change?



I've no idea I'm afraid - I was just decoding hexadecimal for you :)

--
Andy Armstrong, Hexten






Re: mod_perl.so is garbled - expected signature 41503232 but saw 41503230

2007-10-31 Thread Noah

thanks Andy.  I figured it out.  apache configuration file update :)


Andy Armstrong wrote:

On 31 Oct 2007, at 12:05, Noah wrote:

thanks Andy,

how can I choose to install an AP2.2 module from /usr/ports
I dont know how to make that change?



I've no idea I'm afraid - I was just decoding hexadecimal for you :)



Re: mod_perl.so is garbled - expected signature 41503232 but saw 41503230

2007-10-31 Thread Foo JH

Hello Noah,

I'm using FreeBSD as well, but I'm usually too scared to run cvsup 
because that usually (almost always) will cause my make install to fail.


Can you confirm if you did a cvsup-nogui as well? Can you explain how 
you do the 'apache configuration file update'?


Noah wrote:

thanks Andy.  I figured it out.  apache configuration file update :)


Andy Armstrong wrote:

On 31 Oct 2007, at 12:05, Noah wrote:

thanks Andy,

how can I choose to install an AP2.2 module from /usr/ports
I dont know how to make that change?



I've no idea I'm afraid - I was just decoding hexadecimal for you :)