Click to See Complete Forum and Search --> : Gd 1.8.4


zcurtis
08-27-2002, 05:38 PM
I have spent most of the day trying to get gd 1.8.4, freetype2, libpng, zlib, and jpeg-6b to work with PHP 4.0.6 running on Solaris 7. I am not to yet to point of configuring this with PHP. I can't get 'make' to run on gd 1.8.4:

gdft.c:36: freetype/freetype.h: No such file or directory
gdft.c:37: freetype/ftglyph.h: No such file or directory
make: *** [gdft.o] Error 1

I modified gdft.c to use absolute paths: /usr/local/include/freetype2/freetype/freetype.h and /usr/local/include/freetype2/freetype/ftglyph.h but this resulted in further errors as well.

Anybody experience this or have a suggestion for a resolution?

Thanks.


Zach

zcurtis
08-27-2002, 09:01 PM
I went ahead and installed GD 2.0.1 instead of GD 1.8.4 and that seemed to go smoothly. I heard from another source that because I had FreeType 2 then I needed to use GD 2.


Zach