Hi
I am trying to install mod_perl-1.21 with Apache1.3.11, I am following the
procedure in the book (at least I thought I was following), everything looks
fine, but when I restarted httpd I got the following error message from
errror_log
[Tue Feb 1 10:57:28 2000] [notice] SIGHUP received. Attempting to restart
[Tue Feb 1 10:57:28 2000] [error] Cannot remove module mod_perl.c: not
found in module list
[Tue Feb 1 10:57:28 2000] [notice] Apache/1.3.11 (Unix) mod_perl/1.21
configured -- resuming normal operations
Is there any one can tell me how to get rid of the error message "Cannot
remove module mod_perl.c" ?
My makepl_args.mod_perl has the following contents
APACHE_SRC=../apache_1.3.11/src DO_HTTPD=1 USE_APACI=1 \
ADD_MODULE=log_referer,rewrite,proxy,so,vhost_alias,mime_magic,expires \
APACHE_PREFIX=/usr/local/apache_dso \
PERL_MARK_WHERE=1 EVERYTHING=1
Thanks,
PC Wang