Hi all,
Sorry, I had a miss reading of the result. I was too excited when all compilation pass thru and when I saw that apache server started sucessfully...
All tests failure reported below are due to this Bucket.sl problem.
How can I figure out what is going on, and How can I try to fix the problem ?
BTW, I had to modify a bit the "config_vars.mk" file from Apache.
Also, during the Makefile.PL step, I had to modify the ldflags variable to remove the "+DD64" flag that the linker doesn't like at all.
I'll post all that when erverytings will work properly.
Thanks for help,
Olivier
----------------
Olivier Blanc
Bureau SI6 / DFPRO / ET
Ministère des Finances
Tel.: +33(0)240 128 909
mailto:[EMAIL PROTECTED]
Stas Bekman <[EMAIL PROTECTED]>
30/04/2004 19:29
|
Pour : cc : [EMAIL PROTECTED], [EMAIL PROTECTED], "Philippe M. Chiasson" <[EMAIL PROTECTED]> Objet : Re: mp2 Apache2.0.49 on HPUX11i : mod_perl does not load in Apache |
[Olivier, please remember to keep the messages on the list. Thanks]
So your error log shows that there are quite a few problem. How is it possible
that you did get 'make test' to pass. Or did it?
=======================================
# Failed test 6 in /var/tmp/apache_perl/modperl-2.0/t/response/TestAPI/module.pm
at line 87
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'modperl_bucket_sv_create' in
load module '/var/tmp/apache_perl/modperl-2.0/blib/arch/auto/APR/Bucket/Bucket.sl
'.
[Fri Apr 30 17:51:06 2004] [notice] child pid 5003 exit signal Illegal
instruction (4)
# Failed test 5 in /var/tmp/apache_perl/modperl-2.0/t/response/TestAPR/netlib.pm
at line 46
[Fri Apr 30 17:53:38 2004] [error] [client 0.0.0.0] Can't dup STDIN: Bad file
number at /var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/io_with_closed_s
tds.pm line 24.\n
# Failed test 8 in
/var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/setupenv.pm at line 35
# Failed test 22 in
/var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/setupenv.pm at line 115
# Failed test 29 in
/var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/setupenv.pm at line 35
fail #2
# Failed test 36 in
/var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/setupenv.pm at line 35
fail #3
# Failed test 50 in
/var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/setupenv.pm at line 35
fail #4
# Failed test 57 in
/var/tmp/apache_perl/modperl-2.0/t/response/TestModperl/setupenv.pm at line
115 fail #2
=================================
So you have a bunch of these errors:
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'modperl_bucket_sv_create' in
Is nm(1) working on your platform? If so, please try:
nm /path/to/your/httpd | grep modperl_bucket_sv_create
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
--
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