Re: mod_perl installation query

2006-07-26 Thread Frank Wiles
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

Re: mod_perl installation query

2006-07-26 Thread CrazyAndy
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.