-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description:
A) libexpat.so is in /usr/local/lib, but APR.so is not built with a runpath that includes this directory. The runpath only contains the httpd server lib directory. The Makefile.PL contains some special case code for Solaris, but this is only adding "-R/opt/apache2/lib".
Care to post a patch to make it working? What is exactly the error that you get? All linking flags should be automatically retrieved from apxs and apr-config scripts (Apache land). If some flags are missing that's probably a problem in those scripts.
[...]B) httpd dumps core at the end of the tests:
All tests successful, 5 tests skipped.
Files=209, Tests=3362, 401 wallclock secs (236.28 cusr + 90.44 csys = 326.72 CPU)
[warning] server localhost:8529 shutdown
[ error] oh crap, server dumped core [ error] for stacktrace, run: gdb /opt/apache2/bin/httpd -core /bus/public/apache/mod_perl-1.99_16/t/core
=>[1] apr_cpystrn(0xffbee500, 0x0, 0x100, 0x17688, 0x0, 0x4c00), at 0xff2f7a28 [2] stuffbuffer(0xffbee500, 0x100, 0x0, 0x141f1b8, 0xfb4f4, 0xfe8f0c2c), at 0xff3074ac
That has been resolved in the current cvs. Please try: http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
-- __________________________________________________________________ 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