Sorry I just realized I was posting these to the wrong forum. I need to get ttf support. Chris told me I needed T1lib installed.
OK, I got the T1lib installed. I did a ./configure which is all the install instructions say to do, and did a reconfigure of php. Still no --with-t1lib i phpinfo(). ( I found this later)
I did the following
1) Downloaded T1lib
2) untar
3) performed a .configure for T1lib
4) switched to php dir
5) performed a ./configure with the same options in phpinfo and added --with-t1lib at the end
(./configure --with-mysql=/usr/local/etc/mysql --with-config-file-path=/www/conf --with-apache=../httpd --enable-track-vars --with-ttf=/usr/local/etc/T1-1.0.1)
Still no luck and during the confugure, I see the following
checking whether to include GD support... checking for gdImageLine in -lgd... (c
ached) yes
checking for gdImageString16 in -lgd... (cached) yes
checking for gdImageString16 in -lgd... (cached) yes
checking for compress in -lz... (cached) yes
checking for png_info_init in -lpng... (cached) yes
checking for gdImageColorResolve in -lgd... (cached) yes
checking for gdImageCreateFromPng in -lgd... (cached) yes
checking for gdImageCreateFromGif in -lgd... (cached) no
checking whether to include ttf support... no
checking for T1lib support... checking for T1_GetExtend in -lt1... no
no
This seems to tell me I am getting Gd support but still no ttf.
Help?
Joe