I'm having some trouble with a simple image generation script. it works fine locally, though on my host I keep getting the error
<snip>
Warning: libgd was not built with TrueType font support
</snip>
when I look at phpinfo I get:
<snip>
'./configure' '--with-mysql' '--with-apache=../apache_1.3.14' '--enable-track-vars' '--with-xml' '--enable-memory-limit=yes' '--enable-bcmath' '--with-gd=/usr/local/' '--with-gdbm=/usr/include/' '--with-zlib' '--with-ttf' '--with-jpeg-dir=/usr/lib'
</snip>
in the gd section I get:
<snip>
FreeType Support enabled
FreeType Linkage with TTF library
</snip>
I could be wrong, though that looks as if it was built with true type font support?
unfortunately I don't have access to the box (to play with settings).
thanks
Tai 🙂
ps sorry if this is wrong forum to post it to, I thought it might be more appropriate in the installation forum, though since I don't have access to the box maybe not 🙂