Date: Sun, 31 Aug 2003 12:45:22 -0700 (PDT) From: Doug White <dwhite@gumbysoft.com> To: iamcarmoda@hotmail.com Cc: freebsd-multimedia@freebsd.org Subject: Re: No GD config dilemma.... Message-ID: <20030831124306.H49025@carver.gumbysoft.com> In-Reply-To: <Law15-DAV33r254Vhm900002f61@hotmail.com> References: <Law15-DAV33r254Vhm900002f61@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 1 Sep 2003 iamcarmoda@hotmail.com wrote: > Hi, > > I installed the Freebsd ports of apache 1.3.27 and PHP 4.3.1 on a new 5.1 > system recently and to my surprise they have no GD configured. I have GD 2.x > installed separately as a port, just that my PHP.INI says: > > './configure' '--with-apxs=/usr/local/sbin/apxs' > '--with-config-file-path=/usr/local/etc' '--enable-versioning' > '--with-regex=system' '--without-gd' '--without-mysql' '--with-zlib' ^^^^^^^^^^^^ Doing 'make WITH_GD=YES; make deinstall; make reinstall' in /usr/ports/lang/php4 would get what you want; gd is not enabled by default. Also check out the Makefile there for other selectable (or unselectable) options. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030831124306.H49025>