On Wed, 26 Jul 2006 07:22:15 -0700 (PDT)
philge philip <[EMAIL PROTECTED]> wrote:
> Next I added the lines:
>
> LoadModule perl_module modules/mod_perl.so
> PerlModule Apache2
>
> to httpd.conf
>
> when I tried restarting the server I got an error like ' cant
> locate perl
I work on mac osx, and sometimes you must install both the libapreq C llbs, and the perl libs.
in the libapreq2 source folder:
./configure
make
make install
(or sudo make install...)
then (using the same perl you used with mod_perl) build the perl libs in the same folder:
/path/to/perl Makefile.