RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Beau E. Cox
No No No -

mod_perl-1.99 is really the pre-relase mod_perl 2.

You MUST use Apache 2 with mod_perl 2!

Aloha = Beau.

-Original Message-
From: Frank Laczko Jr. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 29, 2002 11:37 PM
To: [EMAIL PROTECTED]
Subject: Help! :) - Installation problem with mod_perl-1.99_07 and
apache_1.3.27


Hello all

I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed.
I have looked through the docs and have not seen a solution, so if one
exists and I missed it, let me apologize in advance.

I am running the apache configure script  that uses apaci with options to
enable mod_so and several other modules, then running the perl Makefile.pl
script for mod_perl. This is the error I get:

$ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 USE_DSO=1
Reading Makefile.PL args from @ARGV
!!! Unable to determine server version, aborting.
!!! Please specify MP_APXS or MP_AP_PREFIX.

I have also tried :

$ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
Reading Makefile.PL args from @ARGV
!!! Unable to determine server version, aborting.
!!! Please specify MP_APXS or MP_AP_PREFIX

What am I missing? Anyone have any ideas?

Thanks in advance

Frank Laczko
[EMAIL PROTECTED]







RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Radu IONESCU
This is what i've got trying the same thing:
httpd = 2.0.40 is needed by mod_perl-1.99_05-3
perl = 5.8.0 is needed by mod_perl-1.99_05-3
httpd-mmn = 20020628 is needed by mod_perl-1.99_05-3
libapr.so.0   is needed by mod_perl-1.99_05-3
libaprutil.so.0   is needed by mod_perl-1.99_05-3
libc.so.6(GLIBC_2.3)   is needed by mod_perl-1.99_05-3
Radu

-Original Message-
From: Beau E. Cox [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 13:59
To: Frank Laczko Jr.; [EMAIL PROTECTED]
Subject: RE: Help! :) - Installation problem with mod_perl-1.99_07 and
apache_1.3.27


No No No -

mod_perl-1.99 is really the pre-relase mod_perl 2.

You MUST use Apache 2 with mod_perl 2!

Aloha = Beau.

-Original Message-
From: Frank Laczko Jr. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 29, 2002 11:37 PM
To: [EMAIL PROTECTED]
Subject: Help! :) - Installation problem with mod_perl-1.99_07 and
apache_1.3.27


Hello all

I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed.
I have looked through the docs and have not seen a solution, so if one
exists and I missed it, let me apologize in advance.

I am running the apache configure script  that uses apaci with options to
enable mod_so and several other modules, then running the perl Makefile.pl
script for mod_perl. This is the error I get:

$ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 USE_DSO=1
Reading Makefile.PL args from @ARGV
!!! Unable to determine server version, aborting.
!!! Please specify MP_APXS or MP_AP_PREFIX.

I have also tried :

$ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
Reading Makefile.PL args from @ARGV
!!! Unable to determine server version, aborting.
!!! Please specify MP_APXS or MP_AP_PREFIX

What am I missing? Anyone have any ideas?

Thanks in advance

Frank Laczko
[EMAIL PROTECTED]





-- 
virus checked - cciu unitbv




Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread The Doctor
On Mon, Dec 30, 2002 at 02:36:47AM -0700, Frank Laczko Jr. wrote:
 Hello all
 
 I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed.
 I have looked through the docs and have not seen a solution, so if one
 exists and I missed it, let me apologize in advance.
 
 I am running the apache configure script  that uses apaci with options to
 enable mod_so and several other modules, then running the perl Makefile.pl
 script for mod_perl. This is the error I get:
 
 $ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 USE_DSO=1
 Reading Makefile.PL args from @ARGV
 !!! Unable to determine server version, aborting.
 !!! Please specify MP_APXS or MP_AP_PREFIX.
 
 I have also tried :
 
 $ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
 Reading Makefile.PL args from @ARGV
 !!! Unable to determine server version, aborting.
 !!! Please specify MP_APXS or MP_AP_PREFIX
 
 What am I missing? Anyone have any ideas?
 
 Thanks in advance
 
 Frank Laczko
 [EMAIL PROTECTED]
 
 
i
IS your httpd statically built or dynamically built??

-- 
Member - Liberal International  On 11 Sept 2001 the WORLD was violated.
This is [EMAIL PROTECTED]   Ici [EMAIL PROTECTED]
Society MUST be saved! Extremists must dissolve.  
Merry Christmas 2002 and Happy 2003



Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
Danke for the responce - I just realized that and have now redone with the
correct sources

Silly me, I thought 1.99 would still be in the mod_perl1 release :)

Thanks

Frank
- Original Message -
From: Beau E. Cox [EMAIL PROTECTED]
To: Frank Laczko Jr. [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, December 30, 2002 4:59 AM
Subject: RE: Help! :) - Installation problem with mod_perl-1.99_07 and
apache_1.3.27


 No No No -

 mod_perl-1.99 is really the pre-relase mod_perl 2.

 You MUST use Apache 2 with mod_perl 2!

 Aloha = Beau.

 -Original Message-
 From: Frank Laczko Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, December 29, 2002 11:37 PM
 To: [EMAIL PROTECTED]
 Subject: Help! :) - Installation problem with mod_perl-1.99_07 and
 apache_1.3.27


 Hello all

 I am having a problem getting mod_perl-1.99_07 and apache_1.3.27
installed.
 I have looked through the docs and have not seen a solution, so if one
 exists and I missed it, let me apologize in advance.

 I am running the apache configure script  that uses apaci with options to
 enable mod_so and several other modules, then running the perl Makefile.pl
 script for mod_perl. This is the error I get:

 $ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 USE_DSO=1
 Reading Makefile.PL args from @ARGV
 !!! Unable to determine server version, aborting.
 !!! Please specify MP_APXS or MP_AP_PREFIX.

 I have also tried :

 $ perl Makefile.PL APACHE_SRC=../apache_1.3.xxx/src NO_HTTPD=1
 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
 Reading Makefile.PL args from @ARGV
 !!! Unable to determine server version, aborting.
 !!! Please specify MP_APXS or MP_AP_PREFIX

 What am I missing? Anyone have any ideas?

 Thanks in advance

 Frank Laczko
 [EMAIL PROTECTED]