_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under aix
Compiled at Mar 28 2012 12:52:40
%ENV:
PERL_LWP_USE_HTTP_10="1"
@INC:
/usr/local/perl/lib/site_perl/5.14.2/aix-thread-multi
/usr/local/perl/lib/site_perl/5.14.2
/usr/local/perl/lib/5.14.2/aix-thread-multi
/usr/local/perl/lib/5.14.2
.
*** Packages of interest status:
Apache2: -
Apache2::Request : 2.13
CGI: 3.52
ExtUtils::MakeMaker: 6.62
LWP: 6.04
mod_perl : -
mod_perl2 : 2.06
--
Peter Heimann
ing system that comes with AIX? It looks like mod_perl was built
> against a different set of APR libs than is being loaded at runtime.
No, not in the AIX standard lib directories or in the LIBPATH.
--
Peter Heimann
ith
./Configure -d -Dcc=cc_r -Duseshrplib -Dusethreads -Dprefix=/some/path
All mod_perl versions have been configured with
perl Makefile.PL MP_APXS=/usr/local/apache/bin/apxs
(after changing the PATH definition to use the desired Perl version)
--
Peter Heimann