Hi,

I'm new to this list and trying to compile modperl for Apache2.
(I've done this some time ago for modperl 1.26 and Apache 1.3.22.)
I'm using Perl 5.8.5 under AIX 4.3.3. My compiler is vac 5.0.2.8.

Everything compiles well and Apache2 is running wonderful on it's own.
I've done the following for modperl:
$> perl Makefile.PL MP_APXS=/www/apache2/bin/apxs MP_USE_DSO=1
MP_INST_APACHE2=1
$> make
$> make test

And here is the first error:
"make test" produces this output at the end:

==============================================================cut here
==========================================
usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2 \
t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /build/perl/mod_perl-1.99_16/t/TEST
-clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER=
APACHE_TEST_APXS= \
/usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2 \
t/TEST -bugreport -verbose=0
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /build/perl/mod_perl-1.99_16/t/TEST
-bugreport -verbose=0
/www/apache2/bin/httpd -d /build/perl/mod_perl-1.99_16/t -f
/build/perl/mod_perl-1.99_16/t/conf/httpd.conf -D APACHE2
using Apache/2.0.50 (prefork MPM)

waiting 120 seconds for server to start: ......[Wed Sep 08 10:50:44 2004]
[info] 26 Apache:: modules loaded
[Wed Sep 08 10:50:44 2004] [info] 7 APR:: modules loaded
[Wed Sep 08 10:50:44 2004] [info] base server + 20 vhosts ready to run
tests
....................................................................................................................
waiting 120 seconds for server to start: not ok
[  error] giving up after 121 secs. If you think that your system
is slow or overloaded try again with a longer timeout value.
by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT
to a high value (e.g. 420) and repeat the last command.

[  error] server failed to start! (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [run_tests] Error 1
==============================================================cut here
==========================================

And in the error_log is only one line:
END in modperl_extra.pl, pid=19306

What shall I do now?
Does anyone have the same problem?

I've tried to run the command with strace, but I think this works different
under AIX,
because it won't start, when I say:
strace /www/apache2/bin/httpd -d /build/perl/mod_perl-1.99_16/t -f
/build/perl/mod_perl-1.99_16/t/conf/httpd.conf -D APACHE2 -DONE_PROCESS
-DNO_DETATCH
It complains: usage: strace [mid sid level] ...
I've never done anything with strace so far.

Is there anybody out there who can help me?
TIA, best regards,
Johannes

======================
Johannes Grumböck
Porsche Informatik GmbH
Handelszentrum 7
A-5101 Bergheim
Tel.: +43 662 4670 6323
Fax: +43 662 4670 16323


--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to