On 4/11/07, michael watson (IAH-C) <[EMAIL PROTECTED]> wrote:
When I installed the statically linked version, ModPerl/Registry.pm went
into /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/, which is a
good place for it because @INC already looks there.
However, with my new install, ModPerl/Registry.pm has gone into
/usr/local/apache2/lib/site_perl/5.8.0/i386-linux-thread-multi/, which
isn't in my @INC.
Are you sure you're using the same versions of perl and mod_perl
there? There shouldn't be anything special about the way mod_perl
installs its modules, i.e. they should go into the same place where
all of your CPAN installs go.
- Perrin