[PHP] enable truetype string function in gd

2001-10-21 Thread Brian Clark

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]




Re: [PHP] enable truetype string function in gd

2001-10-21 Thread speedboy

 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.

http://database.sourceforge.net/documentation/installing_apache_with_gd_zlib_png_jpg_tiff_pdf_support.html


-- 
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]




Re: [PHP] enable truetype string function in gd

2001-10-21 Thread Brian Clark

Hi speedboy,

@ 4:24:56 PM on 10/21/2001, speedboy wrote:

 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.

 
http://database.sourceforge.net/documentation/installing_apache_with_gd_zlib_png_jpg_tiff_pdf_support.html

I appreciate the RTFM, but that didn't tell me anything that I didn't
already know. :-) Done that, been there, isn't working for me.

--
 -Brian Clark | PGP is spoken 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]




Re: [PHP] enable truetype string function in gd

2001-10-21 Thread Brian Clark

@ 5:33:52 PM on 10/21/2001, Brian Clark wrote:

 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.

 
http://database.sourceforge.net/documentation/installing_apache_with_gd_zlib_png_jpg_tiff_pdf_support.html

 I appreciate the RTFM, but that didn't tell me anything that I didn't
 already know. :-) Done that, been there, isn't working for me.

Sigh.. I changed the order of the configure arguments (ttf stuff last,
right before --with-apache) and it worked!?

Bug?

--
 -Brian Clark | PGP is spoken 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]