RE: what replaced --activate-module?

2002-04-10 Thread Rasmus Lerdorf

There is no static library support for PHP with Apache 2 at this point.
ie. you can only build using --with-apxs2 (if you are lucky)

Sometime down the road we will probably add this, but it definitely will
not be in 4.2.  Perhaps 4.3.

-Rasmus

On 9 Apr 2002, Austin Gonyou wrote:

 so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I
 shouldn't have to activate the module in apache2 ./configure anymore?

 Is that correct?

 On Tue, 2002-04-09 at 13:48, Ryan Bloom wrote:
  To the best of my knowledge, that option has been removed and not
  replaced.  It doesn't really make sense anymore.
 
  Ryan
 
  --
  Ryan Bloom  [EMAIL PROTECTED]
  645 Howard St.  [EMAIL PROTECTED]
  San Francisco, CA
 
   -Original Message-
   From: Austin Gonyou [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, April 09, 2002 11:45 AM
   To: [EMAIL PROTECTED]
   Subject: what replaced --activate-module?
  
   Is there something that replaced this configure option, or does it
  still
   exist? I don't see it.
   --
   Austin Gonyou
   Systems Architect, CCNA
   Coremetrics, Inc.
   Phone: 512-698-7250
   email: [EMAIL PROTECTED]
  
   It is the part of a good shepherd to shear his flock, not to skin
  it.
   Latin Proverb
 --
 Austin Gonyou
 Systems Architect, CCNA
 Coremetrics, Inc.
 Phone: 512-698-7250
 email: [EMAIL PROTECTED]

 It is the part of a good shepherd to shear his flock, not to skin it.
 Latin Proverb





what replaced --activate-module?

2002-04-09 Thread Austin Gonyou

Is there something that replaced this configure option, or does it still
exist? I don't see it.
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part


RE: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou

so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I
shouldn't have to activate the module in apache2 ./configure anymore? 

Is that correct?

On Tue, 2002-04-09 at 13:48, Ryan Bloom wrote:
 To the best of my knowledge, that option has been removed and not
 replaced.  It doesn't really make sense anymore.
 
 Ryan
 
 --
 Ryan Bloom  [EMAIL PROTECTED]
 645 Howard St.  [EMAIL PROTECTED]
 San Francisco, CA 
 
  -Original Message-
  From: Austin Gonyou [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, April 09, 2002 11:45 AM
  To: [EMAIL PROTECTED]
  Subject: what replaced --activate-module?
  
  Is there something that replaced this configure option, or does it
 still
  exist? I don't see it.
  --
  Austin Gonyou
  Systems Architect, CCNA
  Coremetrics, Inc.
  Phone: 512-698-7250
  email: [EMAIL PROTECTED]
  
  It is the part of a good shepherd to shear his flock, not to skin
 it.
  Latin Proverb
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part


RE: what replaced --activate-module?

2002-04-09 Thread Ryan Bloom

I don't believe we have a way to do that currently, no.

Ryan

--
Ryan Bloom  [EMAIL PROTECTED]
645 Howard St.  [EMAIL PROTECTED]
San Francisco, CA 

 -Original Message-
 From: Austin Gonyou [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 09, 2002 12:14 PM
 To: [EMAIL PROTECTED]
 Subject: RE: what replaced --activate-module?
 
 so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I
 shouldn't have to activate the module in apache2 ./configure anymore?
 
 Is that correct?
 
 On Tue, 2002-04-09 at 13:48, Ryan Bloom wrote:
  To the best of my knowledge, that option has been removed and not
  replaced.  It doesn't really make sense anymore.
 
  Ryan
 
  --
  Ryan Bloom  [EMAIL PROTECTED]
  645 Howard St.  [EMAIL PROTECTED]
  San Francisco, CA
 
   -Original Message-
   From: Austin Gonyou [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, April 09, 2002 11:45 AM
   To: [EMAIL PROTECTED]
   Subject: what replaced --activate-module?
  
   Is there something that replaced this configure option, or does it
  still
   exist? I don't see it.
   --
   Austin Gonyou
   Systems Architect, CCNA
   Coremetrics, Inc.
   Phone: 512-698-7250
   email: [EMAIL PROTECTED]
  
   It is the part of a good shepherd to shear his flock, not to skin
  it.
   Latin Proverb
 --
 Austin Gonyou
 Systems Architect, CCNA
 Coremetrics, Inc.
 Phone: 512-698-7250
 email: [EMAIL PROTECTED]
 
 It is the part of a good shepherd to shear his flock, not to skin
it.
 Latin Proverb




Re: what replaced --activate-module?

2002-04-09 Thread Jim Winstead

On Tue, Apr 09, 2002 at 02:13:51PM -0500, Austin Gonyou wrote:
 so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I
 shouldn't have to activate the module in apache2 ./configure anymore? 
 
 Is that correct?

except that right now, there is no --with-apache2 option for php.

(there is only --with-apxs2. and php 4.1.2 is not compatible with the
recent release -- some api changed since php 4.1.2 was released.)

jim



RE: what replaced --activate-module?

2002-04-09 Thread Austin Gonyou

Thanks much!

On Tue, 2002-04-09 at 13:37, Rasmus Lerdorf wrote:
 There is no static library support for PHP with Apache 2 at this point.
 ie. you can only build using --with-apxs2 (if you are lucky)
 
 Sometime down the road we will probably add this, but it definitely will
 not be in 4.2.  Perhaps 4.3.
 
 -Rasmus
 
 On 9 Apr 2002, Austin Gonyou wrote:
 
  so for say php 4.1.2, when I do --with-apache2(instead of apxs2) I
  shouldn't have to activate the module in apache2 ./configure anymore?
 
  Is that correct?
 
  On Tue, 2002-04-09 at 13:48, Ryan Bloom wrote:
   To the best of my knowledge, that option has been removed and not
   replaced.  It doesn't really make sense anymore.
  
   Ryan
  
   --
   Ryan Bloom  [EMAIL PROTECTED]
   645 Howard St.  [EMAIL PROTECTED]
   San Francisco, CA
  
-Original Message-
From: Austin Gonyou [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 11:45 AM
To: [EMAIL PROTECTED]
Subject: what replaced --activate-module?
   
Is there something that replaced this configure option, or does it
   still
exist? I don't see it.
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]
   
It is the part of a good shepherd to shear his flock, not to skin
   it.
Latin Proverb
  --
  Austin Gonyou
  Systems Architect, CCNA
  Coremetrics, Inc.
  Phone: 512-698-7250
  email: [EMAIL PROTECTED]
 
  It is the part of a good shepherd to shear his flock, not to skin
 it.
  Latin Proverb
 
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part