There is a lib directory, created under /usr/local/apache2/, and ModPerl::Registry gets stuck in there under site_perl/perl5.8.0/linux_multi_threaded/etc (you get the idea). But that path isn't in my @INC. I also had to copy all the apr library files to /usr/lib. It works now, but it all seems a bit messy....
________________________________ From: [EMAIL PROTECTED] on behalf of Perrin Harkins Sent: Wed 11/04/2007 7:42 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: > 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/. Wait, maybe I've got this wrong. I never do dynamic installs. There used to be an automatically added lib directory under the server root and I don't remember if it's still in there or not. You can check by dumping @INC from your startup.pl to see if it includes the path where those libs were installed. - Perrin