Hi all,
I'm trying to build mod_perl 1.27 with apache 1.3.27 and perl 5.8.0. I
am getting the following error_log after running make test:
[Mon Apr 28 22:53:33 2003] [warn] pid file
/home/nasser/src/mod_perl-1.27/t/logs/httpd.pid overwritten -- Unclean
shutdown of previous Apache run?
[notice] Destruction->DESTROY called for $global_object
Subroutine fileparse_set_fstype redefined at
/usr/lib/perl5/5.8.0/File/Basename.pm line 154.
Subroutine fileparse redefined at /usr/lib/perl5/5.8.0/File/Basename.pm
line 168.
Subroutine basename redefined at /usr/lib/perl5/5.8.0/File/Basename.pm
line 235.
Subroutine dirname redefined at /usr/lib/perl5/5.8.0/File/Basename.pm
line 248.
Constant subroutine CGI::XHTML_DTD redefined at
/usr/lib/perl5/5.8.0/constant.pm line 108.
[Mon Apr 28 22:53:34 2003] [warn] [notice] child_init for process 13238,
report any problems to [no address given]
This is the configuration I am using for perl Makefile.PL :
APACHE_SRC=../apache_1.3.27/src
APACHE_PREFIX=/usr
EVERYTHING=1
DO_HTTPD=1
USE_APACI=1
APACI_ARGS=--enable-module=most, --enable-shared=max,
--server-uid=apache, --server-gid=apache, --disable-shared=perl,
--with-layout=RedHat
I can't see what I am doing wrong and have been tearing out what
precious few hairs I have left all day. Can someone please help.
Regards,
Tom
|