I have some code I want to use with GD Library and display dynamically generated text as png.
I have installed everything I was supposed to, my configuration command is:
'./configure' '--with-apxs=/usr/sbin/apxs' '--with-pgsql=/usr/include/pgsql' '--with-mysql=/usr/' '--with-gd=/usr/' '--enable-bcmath' '--enable-ftp' '--enable-calendar' '--enable-magic-quotes' '--enable-track-vars' '--enable-versioning' '--enable-trans-sid' '--with-jpeg-dir=/usr/lib' '--with-png-dir=/usr/lib' '--with-zlib' '--with-mcrypt=/usr/include' '--with-tiff-dir=/usr/include' '--with-openssl' '--with-mhash=/usr/include' '--with-pdflib=/usr/lib/tcl8.0/pdflib' '--with-ttf=/usr/lib' '--enable-gd-native-ttf'
I am now able to dynamically create png pics; however, when I try a ImageTtfBBox or ImageTtfText I get:
ImageTtfText: No TTF support in this PHP build in X line Y
Why is this happening?