php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35206 ./configure segmentation fault
Submitted: 2005-11-13 02:07 UTC Modified: 2005-11-22 01:00 UTC
From: eyking at cs dot dal dot ca Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.5 OS: SunOS 5.8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-11-13 02:07 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-13 20:19 UTC] tony2001@php.net
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


 [2005-11-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC