On Wed, Oct 10, 2001 at 08:33:08PM -0400, Tom Allison wrote: >I'm trying to do a dselect installation of Apache mod_perl DBI and a few >other little goodies... >When I start Apache I get: >[error] Can't locate Apache.pm in @INC (@INC >contains.../usr/share/perl/5.6.1...) at (eval 1) line 3. > >locate Apache.pm results in: >/usr/lib/perl/5.6.0/Apache.pm >/usr/lib/perl/5.6.1/CGI/Apache.pm >/usr/lib/perl/5.6.0/Bundle/Apache.pm > >None of whom are referenced in the @INC variable. > >First -- FYI for the maintainer of libapache-mod-perl -- this is >actually in 5.6.0 and 5.6.0/Bundle which seems redundant....
The testing version of libapache-mod-perl has modules located in the wrong directory. This has been fixed in unstable. >For the maintainer of perl-modules -- this is in 5.6.1/CGI/ and also >seems, at least in theory redundant to the modules of 5.6.0. CGI::Apache is a different module to Apache. The former appears to be to provide backward compatability. Regards, -- Brendan O'Dea [email protected] Compusol Pty. Limited (NSW, Australia) +61 2 9810 3633

