On Thursday, September 4, 2003, at 09:23 PM, Stas Bekman wrote:
perl Makefile.PL APACHE_SRC=../apache_1.3.26_modperl/ APACHE_PREFIX=/usr/local/apache EVERYTHING=1 USE_DSO=1 USE_APACI=1 APACI_ARGS='--enable-module=rewrite, --enable-module=info, --enable-module=expires, --disable-module=userdir' DO_HTTPD=1
when I use those options, I end up with
/usr/local/apache/libexec/libperl.so
but only after I install the package - it's not in my mod_perl source tree.
It's never in the mod_perl source, it's in the apache_1.3.26_modperl/src/modules/perl dir. mod_perl copies its src/modules/perl to the apache source dir and compiles it there.

Not there either, but I did the install and it showed up in /usr/local/apache/libexec. (Except that it decided to overwrite my apache binary and config files. Fortunately we had backups and put them back.)


Now I have a new problem. When I run apache with the LoadModule perl_module libexec/libperl.so line, none of my sites are accessible. Also, the AddModule mod_perl.c line gives me a warning that mod_perl.c is already added. As soon as I comment those two lines and restart apache, the sites load again. :-/

Rich



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



Reply via email to