You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/06/15 07:26:22 UTC

Re: errors installing Apache 1.3.19/mod_perl 1.25 on RedHat 6.1

On Tue, 10 Apr 2001, Jonathan Swartz wrote:

> % ./configure --activate-module=src/modules/perl/libperl.a
...
> "%Config" is not exported by the Apache::ExtUtils module at -e line 0

this is a bug.  newer mod_perl's override %Config::Config using
Apache::ExtUtils, which when you build inside the mod_perl-1.xx tree is
found ok, but inside the apache tree the build is picking up your older
Apache::ExtUtils.  you can bandaid by setting the PERL5LIB environment
variable inside the apache_1.3.19 tree to: `pwd`/../mod_perl-1.25/lib