[EMAIL PROTECTED] wrote:
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 ?

Please re-read my reply to you, it includes:

-----------------------
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
-----------------------

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.

That doesn't sounds right. You need to build perl and apache/modperl with the same compiler. Your perl was compiled with "+DD64", so your compiler must like it. If it doesn't rebuild perl with the compiler you use to compile apache/modperl.


__________________________________________________________________
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



Reply via email to