On 2001-04-17 15:47:09, "Brian Moon" <[EMAIL PROTECTED]> wrote:
> Everything compiles fine. However, now I get this when calling
> ImageTTFBBox:
>
> <b>Warning</b>: libgd was not built with TrueType font support
>
> I simply installed gd and FreeType per their instructions with no problems.
> Any ideas?
That message comes from gd, but not from GD 2.0, so I would guess that PHP linked to
your old gd library.
Try using --with-gd=/path/to/gd2
where libgd.so lives in /path/to/gd2/lib, or alternatively, remove the older gd
library from your system (if it's a shared lib, make sure that nothing else is
dynamically linked to it first!).
The sheer variety of places where gd gets installed makes it difficult to pick a
particular version if you have more than one installed :-/
--Wez.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]