php 4.3.2
I get errors when I make.
Here is the ./configure line
./configure --with-mysql
--with-apxs2=/usr/local/apache2/bin/apxs --
with-jpeg-dir=/usr/local
--with-png-dir=/usr/local
--with-zlib --with-gd
--with-curl
--with-freetype-dir=/usr/local
--with-gettext-dir=/usr
The make error is this in part:
/temp/php-4.3.2/ext/gd/libgd/gdft.c:832: slot' undeclared (first use in this fu
nction)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:834:FT_F26Dot6' undeclared (first use in t
his function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:839: matrix' undeclared (first use in this
function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:839:FT_Fixed' undeclared (first use in thi
s function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:844: penf' undeclared (first use in this fu
nction)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:845:pen' undeclared (first use in this fun
ction)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:846: bbox' undeclared (first use in this fu
nction)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:848:use_kerning' undeclared (first use in
this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:849: previous' undeclared (first use in thi
s function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:851:FT_LOAD_MONOCHROME' undeclared (first
use in this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:865: structure has no member named have_cha
r_map_unicode'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:870: structure has no member namedhave_cha
r_map_sjis'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:891: structure has no member named have_cha
r_map_sjis'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:923: structure has no member namedhave_cha
r_map_unicode'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:930: structure has no member named have_cha
r_map_sjis'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:983:glyph_index' undeclared (first use in
this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:987: ft_kerning_default' undeclared (first
use in this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:987:delta' undeclared (first use in this f
unction)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1004: glyph_bbox' undeclared (first use in
this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1035: structure has no member namedformat'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1035: ft_glyph_format_bitmap' undeclared (f
irst use in this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1035:ft_render_mode_normal' undeclared (fi
rst use in this function)
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1045: structure has no member named bitmap'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1045: structure has no member namedleft'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1045: structure has no member named top'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1052: structure has no member namedadvance
'
/temp/php-4.3.2/ext/gd/libgd/gdft.c:1053: structure has no member named `advance
'
*** Error code 1
Stop in /temp/php-4.3.2.
I have installed gd-2.0.15 w/o errors, libpng 1.2.0 w/o errors
jpeg, zlib 1.1.3 w/o errors. curl w/o errors.
so not sure were to go from here.
Thanks
Mark