ID: 27862 Updated by: [EMAIL PROTECTED] Reported By: toni dot viemero at iki dot fi -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Solaris 9 i386 PHP Version: 4.3.6RC1 New Comment:
Your freetype2 headers are in wrong place, they shoud be in: /openpkg/include/freetype2/freetype/ Previous Comments: ------------------------------------------------------------------------ [2004-04-05 13:10:44] toni dot viemero at iki dot fi That URL is for the full config.log, it just stops there. Here's full ./configure output: http://selfdestruct.net/misc/phpbug_27862-2.txt And here's the list of library, gcc etc. versions: http://selfdestruct.net/misc/phpbug_27862-3.txt ------------------------------------------------------------------------ [2004-04-05 11:58:29] [EMAIL PROTECTED] The config.log you've posted does not contain information about freetype2 not being found. Please post a link to the one that does. ------------------------------------------------------------------------ [2004-04-05 04:18:04] toni dot viemero at iki dot fi My bad, I copied wrong ./configure line. I used --with-freetype-dir=/openpkg Here's my PHP ./configure line: ./configure --with-gd=/openpkg --with-freetype-dir=/openpkg --with-t1lib=/openpkg --with-jpeg-dir=/openpkg --with-png-dir=/openpkg --with-xpm-dir=/openpkg --with-zlib-dir=/openpkg This has to be some kind of bug in PHP, since I can build GD source fine using the following to include freetype support. ./configure --with-freetype=/openpkg --with-png=/openpkg --with-jpeg=/openpkg --with-xmp=/openpkg --with-libiconv-prefix=/openpkg GD ./configure output: checking for freetype-config... /openpkg/bin/freetype-config checking for FT_Init_FreeType in -lfreetype... yes checking freetype/freetype.h usability... yes checking freetype/freetype.h presence... yes checking for freetype/freetype.h... yes checking whether it's freetype 2... yes ------------------------------------------------------------------------ [2004-04-05 03:05:17] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. --with-freetype-dir=/openpkg, just like the rest... ------------------------------------------------------------------------ [2004-04-05 02:01:37] toni dot viemero at iki dot fi Full config.log is available at: http://selfdestruct.net/misc/phpbug_27862.txt ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/27862 -- Edit this bug report at http://bugs.php.net/?id=27862&edit=1
