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



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to