Hi all, 

I just installed a virtual machine on FreeBSD 8.0 with : 

- apache-2.2.17_1     Version 2.2.x of Apache web server with prefork MPM.
- perl-5.10.1_2       Practical Extraction and Report Language
- ap22-mod_perl2-2.0.4_2,3 Embeds a Perl interpreter in the Apache2 server
- p5-HTML-Mason-1.45  High-performance, dynamic web site authoring system

I follow instruction but , mason don't work .

Httpd.conf look like : 
....
LoadModule perl_module libexec/apache22/mod_perl.so
....
PerlModule HTML::Mason::ApacheHandler
<Location />
SetHandler   perl-script
PerlHandler  HTML::Mason::ApacheHandler
</Location>
.... 

But when i tried to restart apache : 
Performing sanity check on apache22 configuration:
Syntax OK
Stopping apache22.
Waiting for PIDS: 2111.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.

Look /var/log : 
cat /var/log/httpd-error.log
[Thu Jan 12 11:38:24 2012] [notice] caught SIGTERM, shutting down
/libexec/ld-elf.so.1: 
/usr/local/lib/perl5/site_perl/5.10.1/mach/auto/Params/Validate/Validate.so: 
Undefined symbol "Perl_Gthr_key_ptr"

Have you a idea of problem , 

Thx 

best regards, benjamin


                                          
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to