Hi,

I have perl 5.8.0 installed and have troubles when activating mod_perl in the httpd.conf file. I activaed mod_perl per the instructions in Mac OS X in a Nutshell:

LoadModule perl_module  /usr/libexec/httpd/libperl.so
AddModule  mod_perl.c

<Location /perl>
   SetHandler perl-script
   PerlHandler Apache::Registry
   Options ExecCGI
<Location>


When I do a configtest, I get the following error:


[RubyTuesday:~] koen% sudo apachectl configtest
Processing config directory: /private/etc/httpd/users
Processing config file: /private/etc/httpd/users/koen.conf
[Sat Aug 23 08:38:07 2003] [warn] module mod_perl.c is already added, skipping
dyld: /usr/sbin/httpd Undefined symbols:
_perl_init_i18nl10n
/usr/sbin/apachectl: line 171: 14415 Trace/BPT trap $HTTPD -t
[RubyTuesday:/usr/sbin] koen%




Any suggestions how I can fix this?


thanks,



- Koen.




Reply via email to