No GD config dilemma....

Doug White dwhite at gumbysoft.com
Sun Aug 31 13:11:44 PDT 2003


On Mon, 1 Sep 2003 iamcarmoda at 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 at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-multimedia mailing list