Well, when I used the "static install" instructions (on an identical server) 
ModPerl/Registry.pm was installed in a suitable place.
When I followed the "Dynamic install" instriuctions, it got stuck under 
/usr/local/apache2/.
Odd.

________________________________

From: [EMAIL PROTECTED] on behalf of Perrin Harkins
Sent: Wed 11/04/2007 7:23 PM
To: michael watson (IAH-C)
Cc: modperl@perl.apache.org
Subject: Re: Can't locate ModPerl/Registry.pm in @INC



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


Reply via email to