From:             eyking at cs dot dal dot ca
Operating system: SunOS 5.8
PHP version:      5.0.5
PHP Bug Type:     *Configuration Issues
Bug description:  ./configure segmentation fault

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 bug report at http://bugs.php.net/?id=35206&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35206&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35206&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35206&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35206&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35206&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35206&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35206&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35206&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35206&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35206&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35206&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35206&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35206&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35206&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35206&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35206&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35206&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35206&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35206&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35206&r=mysqlcfg

Reply via email to