For Programmers: Free Programming Magazines  


Home > Archive > PERL Modules > October 2006 > Error installing Apache::Request









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Error installing Apache::Request
Adam Lawson

2006-10-23, 6:57 pm

I am recieving the error

mod_perl 1.x ( < 1.99) is required at Makefile.PL line 34.
BEGIN failed--compilation aborted at Makefile.PL line 36.

I've installed mod_perl and it says up to date

I am trying to install using perl -MCPAN -e 'install Apache::Request'

where do i begin to troubleshoot the problem?

thank you

Adam
Sisyphus

2006-10-23, 9:57 pm


"Adam Lawson" <tidusx2@cogeco.ca> wrote in message
news:rT9%g.122042$ED.29857@read2.cgocable.net...
> I am recieving the error
>
> mod_perl 1.x ( < 1.99) is required at Makefile.PL line 34.
> BEGIN failed--compilation aborted at Makefile.PL line 36.
>
> I've installed mod_perl and it says up to date
>
> I am trying to install using perl -MCPAN -e 'install Apache::Request'
>
> where do i begin to troubleshoot the problem?
>


Looks like that error comes from:

elsif ($mod_perl::VERSION > 1.98) {
die "mod_perl 1.x ( < 1.99) is required";
}

from which I deduce that Apache::Request (or, more exactly, libapreq) won't
work with a version of mod_perl that is more recent than 1.98.

Cheers,
Rob


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com