ID: 35206 Updated by: [EMAIL PROTECTED] Reported By: eyking at cs dot dal dot ca -Status: Open +Status: Feedback Bug Type: *Configuration Issues Operating System: SunOS 5.8 PHP Version: 5.0.5 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-11-13 02:07:41] eyking at cs dot dal dot ca Description: ------------ When I ./configure --with-freetype-dir=somedir It seg faults just after checking out md5 crypt and continues configuring. When I omit --with-freetype-dir=somedir it does not seg fault. I am using freetype-2.1.10. Reproduce code: --------------- ./configure \ --with-apxs=/users/cs/eyking/apache/apache_1.3.26/bin/apxs \ --with-mysql=/usr/local/mysql-4.0.12 \ --with-libxml-dir=/users/cs/eyking/libxml \ --with-gd \ --with-jpeg-dir=/users/cs/eyking/libjpg \ --with-png-dir=/users/cs/eyking/libpng \ --with-zlib-dir=/users/cs/eyking/zlib-1.2.3 \ --with-freetype-dir=/users/cs/eyking/freetype-2.1.10 \ --prefix=/users/cs/eyking/php-5.0.5 Expected result: ---------------- No segmentation fault, clean configuration Actual result: -------------- segmentation fault just after checking md5 crypt ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35206&edit=1