On Fri, 2002-03-01 at 17:36, Greg London wrote: > we downloaded mod_perl and apache tarballs, > untar both, > go into the mod_perl area, > try to do a > perl Makefile.PL apache_src="../apachexxxx/src" yada yada > (this is roughly the command, typing from memory) I do hope you're following the instructions of the good Guide: http://perl.apache.org/guide/install.html T'will save a good deal of hair-pulling.
> "Error: cant find URI.pm in @INC" > > well, CPAN says that URI.pm is in mod_perl, The URI that's in mod_perl is Apache::URI. Plain ole' URI is in libwww-perl; if you won't have it installed already, then running: perl -MCPAN -e 'install "LWP"' will do the whole nine yards for you. If it is installed, then there's some baser problem you need to fix with your @INC. - Alex -- Networking -- only one letter away from not working.
