Check your at inc... You probably have more than one perl version and your are using the one that Apache::Request was not installed under. Make sure you shebang line points to the right perl installation.
You can check it by running perl -e 'print @INC;' and see if the path that contains Apache::Request is in there. If not, print out the other perl @INC and so on, until you get the right one. Ilya -----Original Message----- From: Ray Carlino To: Sterin, Ilya Cc: [EMAIL PROTECTED] Sent: 3/27/02 11:57 AM Subject: RE: Mandrake 8.2 install problems Mod_perl is installed and Apache::Request is installed I guess this must be a Mandrake problem because I get the following error so the perl paths must be set wrong.aAnd again the file does exist. Can't locate Apache/Request.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl On Wed, 2002-03-27 at 11:16, Sterin, Ilya wrote: > So install Apache::Request:-) Do you have mod_perl installed? > > Ilya > > -----Original Message----- > From: Ray Carlino > To: AxKit Users Mailing List > Sent: 3/27/02 11:13 AM > Subject: Mandrake 8.2 install problems > > I am trying to install axkit 1.51 on Mandrake 8.2 but it has perl 5.6.1 > and the compiler can't find apache:request request.pm is in the > /usr/lib/perl5/site_perl/5.6.1/HTTP directory. > > > Ray > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
