First of all, you can safely ignore this problem and make install it. This is only relevant for using APR perl api outside mod_perl, which is far from being complete. and it doesn't affect mod_perl 2.0 itself. But let's resolve it.
> *** Packages of interest status: > > Apache::Request: - > CGI : 3.04 > LWP : 5.65 > mod_perl : 1.9907, 1.9913
You seem to have an old mp2 installed. This could be the cause of the problem. Please remove it and try again.
If it doesn't change anything, please read on:
[EMAIL PROTECTED] wrote:
1. Problem Description:
The apr-ext/uuid test fails with the following error. I noticed the symbol "apr_array_make" is undefined in the APR.so library, and that it should be defined in the "/srclib/apr/test/apr_tables.c" file, but it is not (at least not in Apache 2.x while I suppose it was in Apache 1.x).
nuh, it's defined in libapr.so
nm /home/stas/httpd/worker/lib/libapr-0.so.0.9.5 | grep apr_array_make 0000ce9b T apr_array_make
t/apr-ext/uuid..........................Can't load '/usr/local/src/mod_perl-1.99_13/blib/arch/auto/APR/APR.so' for module APR: /usr/local/src/mod_perl-1.99_13/blib/arch/auto/APR/APR.so: undefined symbol: apr_array_make at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229. at t/apr-ext/uuid.t line 25
Please show us:
ldd /usr/local/src/mod_perl-1.99_13/blib/arch/auto/APR/APR.so
__________________________________________________________________ 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