You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Joshua Gerth <jg...@ptdcs2.ra.intel.com> on 2000/12/27 23:05:14 UTC

Apache Version 1.3.0 required, aborting...

Hello again,

	Thats for the suggestions on my last question.  This one is
completely unrelated.

I am doing a 100% fresh install.  I just downloaded 
	mod_perl-1.24.tar.gz
	apache_1.3.14.tar.gz

I then ran:
	tar xzvf src/apache_1.3.14.tar.gz
	tar xvzf src/mod_perl-1.24.tar.gz
	cd mod_perl-1.24
	perl Makefile.PL                                       \
	     APACHE_SRC=../apache_1.3.14/src                   \
	     EVERYTHING=1                                      \
	     USE_APACI=1                                       \
	     PREP_HTTPD=1                                      \
	     PERL_AUTHEN=1                                     \
	     PERL_STACKED_HANDLERS=1                           \
	     PERL_GET_SET_HANDLERS=1                           \
	     NO_HTTPD=1

(from http://perl.apache.org/guide/install.html#A_Summary_of_a_Basic_mod_perl_In)

and it first prompts me for the apache src location:
	Will configure via APACI
        Enter `q' to stop search
        Please tell me where I can find your apache src
        [../apache_x.x/src]  

So I entered "../apache_1.3.14/src" (but I thought APACHE_SRC was going to
take care of that).  Then it craps out with:
        .....
        Apache Version 1.3.0 required, aborting...

So, hunting through the Makefile.PL, it looks like the httpd_version
subroutine is busted.  I finally got around the above problem by adding:
        $string = "Apache/1.3.14";

to line number 1502 of the Makefile.PL script.  

Am I doing something wrong?  Am I not using the correct version of
something?

Thanks,
	Joshua 


-----------------------------------------------------------------------
 Joshua M. Gerth                   You can tune a file system, 
 jgerth@ptdcs2.intel.com                 but you can't tune a fish.
 503.613.8070                   
 RA2.4.H13                          - man page for 'tunefs' on HPUX
 LTD North Design                 
-----------------------------------------------------------------------


Re: Apache Version 1.3.0 required, aborting...

Posted by ___cliff rayman___ <cl...@genwax.com>.
___cliff rayman___ wrote:

> perhaps doug or someone with the proper authentication can

s/authentication/authorization/

>
> move the mod_perl-1.24 version into the old directory on:
> http://perl.apache.org/dist/
>
> cpan looks like it is up to date and only shows the 1.24_01 version.
>
> Stas Bekman wrote:
>
> > z
> >
> > <BROKEN RECORD>
> > please get mod_perl-1.24_01.tar.gz
> > </BROKEN RECORD>
>
> --
> ___cliff rayman___cliff@genwax.com___http://www.genwax.com/

--
___cliff rayman___cliff@genwax.com___http://www.genwax.com/



Re: Apache Version 1.3.0 required, aborting...

Posted by Ask Bjoern Hansen <as...@develooper.com>.
On Wed, 27 Dec 2000, ___cliff rayman___ wrote:

> perhaps doug or someone with the proper authentication can
> move the mod_perl-1.24 version into the old directory on:
> http://perl.apache.org/dist/

I added a note saying

"mod_perl-1.24_01.tar.gz or later is required for Apache >= 1.3.14."

to the header in /dist/
 

 - ask

-- 
ask bjoern hansen - <http://ask.netcetera.dk/>


Re: Apache Version 1.3.0 required, aborting...

Posted by ___cliff rayman___ <cl...@genwax.com>.
perhaps doug or someone with the proper authentication can
move the mod_perl-1.24 version into the old directory on:
http://perl.apache.org/dist/

cpan looks like it is up to date and only shows the 1.24_01 version.


Stas Bekman wrote:

> z
>
> <BROKEN RECORD>
> please get mod_perl-1.24_01.tar.gz
> </BROKEN RECORD>

--
___cliff rayman___cliff@genwax.com___http://www.genwax.com/



Re: Apache Version 1.3.0 required, aborting...

Posted by Stas Bekman <st...@stason.org>.
On Wed, 27 Dec 2000, Joshua Gerth wrote:

> Hello again,
> 
> 	Thats for the suggestions on my last question.  This one is
> completely unrelated.
> 
> I am doing a 100% fresh install.  I just downloaded 
> 	mod_perl-1.24.tar.gz
> 	apache_1.3.14.tar.gz

<BROKEN RECORD>
please get mod_perl-1.24_01.tar.gz
</BROKEN RECORD>

> 
> I then ran:
> 	tar xzvf src/apache_1.3.14.tar.gz
> 	tar xvzf src/mod_perl-1.24.tar.gz
> 	cd mod_perl-1.24
> 	perl Makefile.PL                                       \
> 	     APACHE_SRC=../apache_1.3.14/src                   \
> 	     EVERYTHING=1                                      \
> 	     USE_APACI=1                                       \
> 	     PREP_HTTPD=1                                      \
> 	     PERL_AUTHEN=1                                     \
> 	     PERL_STACKED_HANDLERS=1                           \
> 	     PERL_GET_SET_HANDLERS=1                           \
> 	     NO_HTTPD=1
> 
> (from http://perl.apache.org/guide/install.html#A_Summary_of_a_Basic_mod_perl_In)
> 
> and it first prompts me for the apache src location:
> 	Will configure via APACI
>         Enter `q' to stop search
>         Please tell me where I can find your apache src
>         [../apache_x.x/src]  
> 
> So I entered "../apache_1.3.14/src" (but I thought APACHE_SRC was going to
> take care of that).  Then it craps out with:
>         .....
>         Apache Version 1.3.0 required, aborting...
> 
> So, hunting through the Makefile.PL, it looks like the httpd_version
> subroutine is busted.  I finally got around the above problem by adding:
>         $string = "Apache/1.3.14";
> 
> to line number 1502 of the Makefile.PL script.  
> 
> Am I doing something wrong?  Am I not using the correct version of
> something?
> 
> Thanks,
> 	Joshua 
> 
> 
> -----------------------------------------------------------------------
>  Joshua M. Gerth                   You can tune a file system, 
>  jgerth@ptdcs2.intel.com                 but you can't tune a fish.
>  503.613.8070                   
>  RA2.4.H13                          - man page for 'tunefs' on HPUX
>  LTD North Design                 
> -----------------------------------------------------------------------
> 



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:stas@stason.org   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/