Greetings,

Does anyone know what it's going to take to get access to the function
imagettftext() in PHP 4.0.6?! My eyes are bloodshot right about now.

Seems like I have everything but the kitchen sink enabled, but no
matter what I do I can't get ttf+gd+php functioning together.

% egrep '(true|free)type' ~root/php_configure.log
checking whether to enable truetype string function in gd... no
checking for freetype(2)... yes

I've tried building gd itself with either freetype (1) or freetype2,
both produce the same result in the output of PHP's ./configure --
and, by the way, gd builds with either freetype or freetype2 just
fine.

Their locations are:

/usr/local/include/freetype2
/usr/include/freetype

I've tried feeding php's configure any one of /usr, /usr/local,
/usr/local/include, /usr/include/freetype,
/usr/local/include/freetype2 and none work as far as getting `truetype
string function' to give me a `yes'.

I know someone has been through this before.. what did you do to fix
it? :-) Maybe I'm just tired.. or suicidal.

-- 
 Brian Clark | OpenPGP here: 0xE4D0C7C8
 Please, DO NOT carbon copy me on list replies.


-- 
PHP General 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