While working with some CAPTCHA stuff I get the following error: 
Fatal error: Call to undefined function imagettftext(). 
The PHP Manual states that the function is available in PHP 5
(http://www.php.net/manual/en/function.imagettftext.php), and I have
compiled with GD support. What am I missing?

'./configure' '--with-mysql=/usr/local/mysql'
'--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png'
'--with-zlib-dir=/usr/local/zlib-1.2.1' '--enable-gd-native-ttf'
'--with-ttf'



thanks
paul

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

Reply via email to