Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 00:23:34 -0700
From:      K Anderson <freebsduser@comcast.net>
To:        Denis <webdenis@inbox.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD+Apache+PHP+"GD"
Message-ID:  <3F1B94F6.3000400@comcast.net>
In-Reply-To: <200307210935.41057.webdenis@inbox.ru>
References:  <200307210935.41057.webdenis@inbox.ru>

next in thread | previous in thread | raw e-mail | index | archive | help


Denis wrote:
> Hi!
> 
> I have installed Apache 1.3.27 and PHP4.
> Does anybody know how can I turn on the GD library support?
> 
> --
> Denis Bolotnov, Russia.
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
Hey there Denis,

When you installed PHP did you tell it to have GD support? You can check 
by creating a page that has the phpinfo() function in it. It should 
report something like this.

gd
 

    GD Support       enabled
    GD Version       bundled (2.0.12 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    GIF Read Support enabled
    JPG Support      enabled
    PNG Support      enabled
    WBMP Support     enabled
    XBM Support      enabled
 

If it doesn't then you either overlooked GD support. If I recall recall, 
installing PHP from ports asks you want you want as far as GD support.

HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F1B94F6.3000400>