Robert Bruccoleri wrote:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

Test case t/apr-ext/uuid.t fails with the following message:

t/apr-ext/uuid..........................Can't load 
'/cxfs/stf/altix/sys/src/mod_perl-1.99_14/blib/arch/auto/APR/APR.so' for module APR: 
/cxfs/stf/altix/sys/src/mod_perl-1.99_14/blib/arch/auto/APR/APR.so: undefined symbol: 
apr_hook_global_pool at /stf/altix/sys/perl/lib/5.8/ia64-linux-multi/DynaLoader.pm 
line 230.
 at t/apr-ext/uuid.t line 25
Compilation failed in require at t/apr-ext/uuid.t line 25.

First of all, you can safely proceed and run 'make install'. apr-ext are not modperl tests. But let's get this fixed too. See below.


I am installing mod_perl-1.99_14 on an SGI Altix running Propack 2.4 (which
is based on Redhat Advanced Server 2.1 using the Intel C compiler version 8.

During the execution of 'perl Makefile.PL' the following messages
appear:

Writing Makefile for ModPerl
Writing Makefile for ModPerl::WrapXS
Note (probably harmless): No library found for -lapr-0
Note (probably harmless): No library found for -laprutil-0

That's your problem, it fails to find those libs. Please show us the output of:

apr-config --link-ld --libs
apu-config --link-ld --libs

My guess is that the two are broken.

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