Apache Version 1.3.0 required, aborting... You need mod_perl 1.24_01 , or later to build with Apache 1.3.14

2001-01-27 Thread G.W. Haywood

Hey guys,

Even google knew the answer to this one.
See http://www.mail-archive.com/modperl%40apache.org/msg12607.html

I thought if I put the error message AND the solution in the subject
line, with a slightly sarcastic message, and then everybody flamed me
(being careful to keep the subject line) so as to make the longest
thread you ever did see, maybe somebody would find it one day before
spamming the List.

Flames please?  Try to make them original and witty, there'll be a
prize for the best one before the end of January.  The organizer's
decision is final...

73,
Ged.

PS: You need mod_perl 1.24_01 or later to build with Apache 1.3.14 :)







Re: Apache Version 1.3.0 required, aborting... You need mod_perl 1.24_01 , or later to build with Apache 1.3.14

2001-01-27 Thread ___cliff rayman___

ged - you are just plain wrong here.
the error message is very clear.  u just need to install
apache 1.3.0.  to hell with bugs and security problems.
newer software is just bloated and cpu hungry anyways.

well, now i'll get pack to my port of perl 4, mod_perl, and
apache 1.3.0 for the TRS-80.

cliff

"G.W. Haywood" wrote:

 Hey guys,

 Even google knew the answer to this one.
 See http://www.mail-archive.com/modperl%40apache.org/msg12607.html

 I thought if I put the error message AND the solution in the subject
 line, with a slightly sarcastic message, and then everybody flamed me
 (being careful to keep the subject line) so as to make the longest
 thread you ever did see, maybe somebody would find it one day before
 spamming the List.

 Flames please?  Try to make them original and witty, there'll be a
 prize for the best one before the end of January.  The organizer's
 decision is final...

 73,
 Ged.

 PS: You need mod_perl 1.24_01 or later to build with Apache 1.3.14 :)

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/





Re: Apache Version 1.3.0 required, aborting... You need mod_perl 1.24_01 , or later to build with Apache 1.3.14

2001-01-27 Thread G.W. Haywood

Hi Cliff,

On Sat, 27 Jan 2001, ___cliff rayman___ wrote:

 ged - you are just plain wrong here.
 the error message is very clear.  u just need to install
 apache 1.3.0.  to hell with bugs and security problems.
 newer software is just bloated and cpu hungry anyways.
 
 well, now i'll get pack to my port of perl 4, mod_perl, and
 apache 1.3.0 for the TRS-80.

Hmmm.  Six out of ten.  ( And that's only 'cos I'm in a good mood :)

73,
Ged.




Apache Version 1.3.0 required, aborting...

2000-12-27 Thread Joshua Gerth

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, 
 [EMAIL PROTECTED] 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...

2000-12-27 Thread Stas Bekman

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, 
  [EMAIL PROTECTED] 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:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/  





Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread David McCabe

 From: Joshua Gerth [EMAIL PROTECTED]
 Date: Wed, 27 Dec 2000 14:05:14 -0800 (PST)
 Subject: Apache Version 1.3.0 required, aborting...

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

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

Yes, and yes. :):)

You need mod_perl-1.24_01.tar.gz. You can get it by going to search.cpan.org, and
enter "mod_perl" as the search term. Or, use this URL with a perl/LWP script, or
wget, or something similiar:

http://www.cpan.org/authors/id/DOUGM/mod_perl-1.24_01.tar.gz



David McCabe  Unix System Administrator
Le Groupe Videotron [EMAIL PROTECTED]   (514) 380 4433

"We've all heard that a million monkeys banging 
on a million typewriters will eventually reproduce 
the works of Shakespeare. Now, thanks to the 
Internet, we know this is not true."
   - Robert Wilensky UCB




Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread ___cliff rayman___

___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 [EMAIL PROTECTED]http://www.genwax.com/

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/





Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread Ask Bjoern Hansen

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/