On 4/5/06 at 11:14 PM, [EMAIL PROTECTED] (Marek Stepanek) wrote: > % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs > > [warning] mod_perl dso library will be built as mod_perl.so > [warning] You'll need to add the following to httpd.conf: > [warning] > [warning] LoadModule perl_module modules/mod_perl.so > [warning] > [warning] depending on your build, mod_perl might not live in > [warning] the modules/ directory. > > [warning] Check the results of > [warning] > [warning] $ /usr/local/apache2/bin/apxs -q LIBEXECDIR > [warning] > [warning] and adjust the LoadModule directive accordingly. > > So I change /usr/local/apache2/conf/httpd.conf and put at the end of the > file: > > /usr/local/apache2/conf/httpd.conf > > is this right?
No, it's saying add 'LoadModule perl_module modules/mod_perl.so' (no quotes) to your httpd.conf file which is *located* at /usr/local/apache2/conf/httpd.conf. You will likely see many other LoadModule directives in the file, add it there. It also warns that your mod_perl may be located other than at {server root}/modules/mod_perl.so, so you may want to double check that. Regards, Andrew -- Andrew Brosnan - Broscom LLC - 1 207 925-1156 [EMAIL PROTECTED] - <http://www.broscom.com> Programming, Consulting, Websites, Hosting