Re: php4 no longer has apache module?

2006-09-19 Thread Michael P. Soulier
On 17/09/06 Javier Henderson said:

 I don't know exactly when the default behavior was changed, but the  
 Apache module isn't being built by default anymore. I discovered this  
 yesterday, when I upgraded PHP and a bunch of scripts stopped working.
 
 make -DWITH_APACHE will get you going...

Actually, the make config saved my preferences, and then a forced rebuild via
portupgrade built it with apache support.

Mike
-- 
Michael P. Soulier [EMAIL PROTECTED]
Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction. --Albert Einstein


pgpICzYDFvxiu.pgp
Description: PGP signature


Re: php4 no longer has apache module?

2006-09-18 Thread Erik Norgaard

Michael P. Soulier wrote:

On 17/09/06 Michael P. Soulier said:


So, I upgrade lang/php4.

php4-4.4.4  PHP Scripting Language (Apache Module and CLI)

And yet, it doesn't seem to contain the apache module.

[EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so'
[EMAIL PROTECTED] ~]$ 


So now my apache setup is broken.

I guess I'll look for a separate apache module...


Ah, I see. A make config shows that the apache module isn't selected. I wonder
how that happened, since all I did was portupgrade the previous version.


Well, when you cvsup'ed your ports tree the make file was updated adding 
new Make options. If you had an old options file from last build, 
portupgrade doesn't present the config-menu.


Looking into the make file, the Apache module isn't selected by default 
which sort of surprises me, I would think that most would want php for 
web scripting.


Maybe a feature request would be to add a version control on the 
options, such that if this is changed the menu is presented even if an 
old options file exist...


Cheers, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


php4 no longer has apache module?

2006-09-17 Thread Michael P. Soulier
So, I upgrade lang/php4.

php4-4.4.4  PHP Scripting Language (Apache Module and CLI)

And yet, it doesn't seem to contain the apache module.

[EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so'
[EMAIL PROTECTED] ~]$ 

So now my apache setup is broken.

I guess I'll look for a separate apache module...

Mike

-- 
Michael P. Soulier [EMAIL PROTECTED]
Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction. --Albert Einstein


pgpgdhcIBhLWa.pgp
Description: PGP signature


Re: php4 no longer has apache module?

2006-09-17 Thread Michael P. Soulier
On 17/09/06 Michael P. Soulier said:

 So, I upgrade lang/php4.
 
 php4-4.4.4  PHP Scripting Language (Apache Module and CLI)
 
 And yet, it doesn't seem to contain the apache module.
 
 [EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so'
 [EMAIL PROTECTED] ~]$ 
 
 So now my apache setup is broken.
 
 I guess I'll look for a separate apache module...

Ah, I see. A make config shows that the apache module isn't selected. I wonder
how that happened, since all I did was portupgrade the previous version.

Mike
-- 
Michael P. Soulier [EMAIL PROTECTED]
Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction. --Albert Einstein


pgpTnecTQGjRx.pgp
Description: PGP signature


Re: php4 no longer has apache module?

2006-09-17 Thread Javier Henderson


On Sep 17, 2006, at 10:46 PM, Michael P. Soulier wrote:


On 17/09/06 Michael P. Soulier said:


So, I upgrade lang/php4.

php4-4.4.4  PHP Scripting Language (Apache Module and CLI)

And yet, it doesn't seem to contain the apache module.

[EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so'
[EMAIL PROTECTED] ~]$

So now my apache setup is broken.

I guess I'll look for a separate apache module...


Ah, I see. A make config shows that the apache module isn't  
selected. I wonder
how that happened, since all I did was portupgrade the previous  
version.


I don't know exactly when the default behavior was changed, but the  
Apache module isn't being built by default anymore. I discovered this  
yesterday, when I upgraded PHP and a bunch of scripts stopped working.


make -DWITH_APACHE will get you going...

-jav


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]