I doubt it. MDK 8.x has been using only 5.6.1 perl for a while now. I've been running all my servers with 8.1 since it came out, and no problems there, they are all 5.6.1.
I think the problem is most likely a broken perl RPM in 8.2. I tried doing some evals of 8.2 beta 3 a few weeks ago and encountered massive brokenness. I don't think its even close to being a stable release yet :(. I would highly recommend sticking with 8.1, even for developmental systems. You can install 99.9% of the cooker/8.2 RPMs on 8.1 and get the same basic functionality (except for some sysadmin stuff and supermount...). For that matter it seems to me that if you want to mess with cutting edge mod_perl stuff you probably want newer perl than 5.6.x anyway. I mean its really perl, mod_perl, apache, and xml/xsl libs that matter for AxKit. The rest of the OS is pretty irrelevant! On Wednesday 27 March 2002 14:04, Sterin, Ilya wrote: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
