steve larson wrote:
Hello,
I have installed apache, and built modperl, here is
output from the make test, please let me know if I can
overlook certain errors here or these need to be
addressed(I assume).

Very good, we are getting advanced.


Also, I did not add proxy or some other options, ie.
deflate, etc. - perhaps this explains why certain
tests were skipped.

Yes.


[EMAIL PROTECTED] modperl]# make test
apr-ext/uuid......................Can't load
'/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so'
for module APR:
/usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so:
undefined symbol: apr_hook_global_pool at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm
line 229.
 at apr-ext/uuid.t line 25

That means that the APR.so library wasn't properly linked. Please post the output of:


ldd /usr/local/source/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so

directive/perl....................NOK 3# Failed test 3
in directive/perl.t at line 27
directive/perl....................NOK 7# Failed test 7
in directive/perl.t at line 27 fail #2
directive/perl....................FAILED tests 3, 7
        Failed 2/8 tests, 75.00% okay
[...]
modules/include2..................NOK 4# Failed test 4
in modules/include2.t atline 30 fail #2
modules/include2..................FAILED test 4
        Failed 1/4 tests, 75.00% okay

Please post the output of:


t/TEST -verbose directive/perl modules/include2

__________________________________________________________________
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


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to