Hi,
Basically adding to Hsing's post.
I would like to add that, doing a gdtesttf, did not return a error, which means true type is supported.
But when i run a php script that uses freetype, it complained with the above message.
Do I need to use Freetype 1.3.1 instead?
Here is my configure .
./configure --with-gd=/home/peter/gd-1.8.4 --with-freetype-dir=/usr/include/freetype2/freetype --enable-gd-native-ttf --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib --with-apxs=/usr/sbin/apxs --with-ttf=/usr/include/freetype
If someone can shed some light, thanks in advance.
Hsing wrote:
Hi Gurus,
I'm trying to install the following on a
Linux 6.2 but is giving me the following error.
"libgd was not built with freetype font support"
GD Library is up and working. But not FreeType.
Do you guys have any idea what is wrong?
Thanks!
- Linux 6.2
- PHP 4.2.0
- FreeType 2.1.04. GD 1.8.4