Ok;

After a week to reinstall redhat, delete the perl, apache, and mod_perl
RPM's, and downloading the source files on my dinky little 28.8 connection,
I come again to building this package.

I used the makepl_args.mod_perl file that was given to me earlier, and I am
still getting the following error messages...
<snippet number=1>
make[1]: Leaving directory `/home/ian/mod_perl-1.25/Util'
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
../apache_1.3.9/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line 95.
make: *** [run_tests] Error 9
</snippet>

>From the t/logs/error_log file...
<snippet number=2>
Server is not starting !?
Subroutine main::pid redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl
line 103.
Subroutine main::access redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 104.
Subroutine Outside::code redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 108.
Subroutine PerlTransHandler::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 114.
Subroutine MyClass::method redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 121.
Subroutine BaseClass::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 127.
Subroutine My::child_init redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 145.
Subroutine My::child_exit redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 155.
Subroutine My::restart redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 159.
Subroutine Apache::AuthenTest::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 167.
Subroutine My::DirIndex::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 189.
Subroutine My::ProxyTest::handler redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 207.
Subroutine handler redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl
line 241.
Subroutine new redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl line
263.
Subroutine DESTROY redefined at /home/ian/mod_perl1.25/t//docs/startup.pl
line 265.
[notice] Destruction->DESTROY called for $global_object
Subroutine handler redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl
line6.
Subroutine one redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl line
14.
Subroutine two redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl line
25.
Subroutine three redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl
line 31.
Subroutine four redefined at /home/ian/mod_perl-1.25/t//docs/stacked.pl line
37.
[Sun Jun 17 02:12:39 2001] [crit] (98)Address already in use: make_sock:
could not bind to port 8529
Server is not starting !?
Subroutine main::pid redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl
line 103.
Subroutine main::access redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl line 104.
Subroutine Outside::code redefined at
/home/ian/mod_perl-1.25/t//docs/startup.pl
</snippet>

I've tried make test port=12345 and it still errors out when I try to run
make test.

Any ideas where to look?  Anyone else using RH6.1 having/had the same
problems?  Any General Ideas (as I try to RTFM?)

Thanks...

Ian
-----Original Message-----
From: Steven Lembark [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 11, 2001 11:08 AM
To: Ged Haywood; Ian (the webguy)
Cc: [EMAIL PROTECTED]
Subject: Re: Make Test problems...



<snip>

file called "makpl_args.mod_perl" in the mod_perl directory.  The best
arrangement for the directories seems to be something like:

<snip>

Even easier, put .makepl_args.mod_perl into your home directory and
you won't have to re-create it every time you go to re-build Apache.



Reply via email to