You say you're getting a message that indicates that it worked via phpinfo()
? Where is your info page? Are you sure there isn't another error or warning
that is being displayed inside the image file? Try:

1) Putting error_reporting(0) at the top of your image file code

2) Modify php.ini and set track_errors to On so that you get the last error
message in $php_errormsg. Then you can write that variable out to a debug
log/file after the code has finished running, and see if there are any
errors being reported.

- Jonathan

-----Original Message-----
From: Tim Kay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 7:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] PHP-4.0.6 gd-1.8.4 freetype2.0.4 woes


Ok, end of my tether now - has _anyone_ got this combination to give 
anything but "libgd was not built with TrueType font support"  I've tried 
every combination of 

./configure --with-gd --enable-gd-native-ttf with freetype support in gd 
-verified by testft and phpinfo() 

./configure --with-gd --with-freetype-dir=/usr both with and without 
freetype support in gd

Nothing appears to allow ImageTTFText to run!!! 

Tim Kay
[EMAIL PROTECTED]

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to