Receiving the following errors when
compiling with GD support on all Red Hat 8 systems with GD 1.8.4. Previously never had this problem with any
other versions of PHP: /usr/src/php-4.3.6/ext/gd/libgd/gdft.c: In function
`fontFetch': /usr/src/php-4.3.6/ext/gd/libgd/gdft.c:478:
`FT_ENCODING_MS_SYMBOL' undeclared (first use in this function) /usr/src/php-4.3.6/ext/gd/libgd/gdft.c:478: (Each
undeclared identifier is reported only once /usr/src/php-4.3.6/ext/gd/libgd/gdft.c:478: for each
function it appears in.) /usr/src/php-4.3.6/ext/gd/libgd/gdft.c:479:
`FT_ENCODING_ADOBE_CUSTOM' undeclared (first use in this function) /usr/src/php-4.3.6/ext/gd/libgd/gdft.c:479:
`FT_ENCODING_ADOBE_STANDARD' undeclared (first use in this function) /usr/src/php-4.3.6/ext/gd/libgd/gdft.c: In function
`gdImageStringFTEx': /usr/src/php-4.3.6/ext/gd/libgd/gdft.c:974:
`FT_ENCODING_MS_SYMBOL' undeclared (first use in this function) make:
*** [ext/gd/libgd/gdft.lo] Error 1 Any recommended fixes? Thomas http://www.networkeleven.com |
- [PHP-INSTALL] Re: GD 1.8.4 PHP 4.3.6 compile time errors Thomas
- [PHP-INSTALL] Re: GD 1.8.4 PHP 4.3.6 compile time e... Kristian Marcroft
- RE: [PHP-INSTALL] Re: GD 1.8.4 PHP 4.3.6 compil... James Mackie