I still don't have a mod_perl.so. There are no errors anywhere.

I'm using mod_perl 1.28 source. I'm running Apache 1.3.26 on Linux 2.4.18 (Slackware 8).

you only get a shared object file if you compile mod_perl as a DSO, which is not the default with mod_perl 1.28.


to check whether mod_perl is installed, try running

/usr/local/apache/bin/httpd -l

and check for mod_perl.c at the bottom.

if you want mod_perl as a dso use USE_DSO=1

besides the documentation on perl.apache.org you can find additional installation instructions at

http://www.modperlcookbook.org/chapters/ch01.pdf

HTH

--Geoff



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to