From owner-freebsd-questions@FreeBSD.ORG Mon Aug 6 20:08:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AA7016A417 for ; Mon, 6 Aug 2007 20:08:58 +0000 (UTC) (envelope-from mse_software@charter.net) Received: from mtao02.charter.net (mtao02.charter.net [209.225.8.187]) by mx1.freebsd.org (Postfix) with ESMTP id A3D3E13C465 for ; Mon, 6 Aug 2007 20:08:57 +0000 (UTC) (envelope-from mse_software@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtao02.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070806200856.WYGO16610.mtao02.charter.net@aa04.charter.net>; Mon, 6 Aug 2007 16:08:56 -0400 Received: from [192.168.10.101] (really [71.92.114.191]) by aa04.charter.net with ESMTP id <20070806200856.XJQQ1254.aa04.charter.net@[192.168.10.101]>; Mon, 6 Aug 2007 16:08:56 -0400 From: "Michael S. Eubanks" To: freebsd-questions@freebsd.org In-Reply-To: <46B764CE.3070401@infracaninophile.co.uk> References: <4092.204.184.27.217.1186422675.squirrel@mail.bloomfield.k12.mo.us> <46B764CE.3070401@infracaninophile.co.uk> Content-Type: text/plain Date: Mon, 06 Aug 2007 13:08:55 -0700 Message-Id: <1186430935.998.21.camel@yak.mseubanks.net> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Cc: Subject: Re: reconfigure php with a port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mse_software@charter.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 20:08:58 -0000 On Mon, 2007-08-06 at 19:13 +0100, Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > sgmayo@mail.bloomfield.k12.mo.us 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 mse_software@charter.net