Howdy list, I'm trying to install a PHP CMS package that requires GD and TrueType.
I installed the latest PHP production release (4.3.1) with the following configure line: ./configure --with-mysql=/usr/local/mysql \ --with-apxs=/usr/local/apache/bin/apxs \ --enable-inline-optimization --disable-debug \ --with-mm=/usr/local/mm-1.2.2 \ --with-gd --with-ttf --with-zlib Configure gave me no errors. Everything installed fine. However, I get errors like the following: Fatal error: Call to undefined function: imagettfbbox() in /usr/home/typo3test/public_html/typo3/t3lib/class.t3lib_stdgraphic.php on line 604 It seems that PHP doesn't see imagettfbox(). I know it's in the GD code because I grep'ed for it. Does anyone know what I'm doing wrong? Thanks!! -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net We are actively looking for companies that do a lot of long distance faxing and want to cut their long distance bill by up to 50%. Contact [EMAIL PROTECTED] for more info. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php