reconfigure php with a port

2007-08-06 Thread sgmayo
I installed php with the ports option.  I see in the php.ini file where I
can turn Zlib on, but this has no effect.  From what I have read I assume
that I need to reconfigure php --with-zlib.

I tried a 'make config' from the ports directory, but it tells me that
there are no options to configure.

I guess that I need to know exactly how to pass the '--with-zlib' to the
port configure or how to get an option so that I can choose zlib.

Thanks.
Scott

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


Re: reconfigure php with a port

2007-08-06 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

[EMAIL PROTECTED] wrote:
 I installed php with the ports option.  I see in the php.ini file where I
 can turn Zlib on, but this has no effect.  From what I have read I assume
 that I need to reconfigure php --with-zlib.
 
 I tried a 'make config' from the ports directory, but it tells me that
 there are no options to configure.
 
 I guess that I need to know exactly how to pass the '--with-zlib' to the
 port configure or how to get an option so that I can choose zlib.

php in FreeBSD is modularized.  Simply install the
archivers/php5-zlib port and restart Apache.

Cheers,

Matthew

- --
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGt2TO8Mjk52CukIwRCN6iAJ0dDuVjHyGr8Zz7Qcfwne/TAQljLQCeIGiQ
wBaLQ8dMZ6IoN8300muIyYw=
=8ZLI
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reconfigure php with a port

2007-08-06 Thread Michael S. Eubanks
On Mon, 2007-08-06 at 19:13 +0100, Matthew Seaman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 [EMAIL PROTECTED] wrote:
  I installed php with the ports option.  I see in the php.ini file where I
  can turn Zlib on, but this has no effect.  From what I have read I assume
  that I need to reconfigure php --with-zlib.
  
  I tried a 'make config' from the ports directory, but it tells me that
  there are no options to configure.
  
  I guess that I need to know exactly how to pass the '--with-zlib' to the
  port configure or how to get an option so that I can choose zlib.
 
 php in FreeBSD is modularized.  Simply install the
 archivers/php5-zlib port and restart Apache.
 
   Cheers,
 
   Matthew
 
 - --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
   Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
   Kent, CT11 9PW

You may want to take a look at the php5-extensions port as well under
lang/php5-extensions.  You may select Zlib in addition to other php5
extensions with a simple make install.

-Michael S. Eubanks
 [EMAIL PROTECTED]


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