ID: 34271
Updated by: [EMAIL PROTECTED]
Reported By: wim at godden dot net
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: RedHat Linux
PHP Version: 5.1.0RC1
New Comment:
Try compile with --enable-debug and run the make line in question under
gdb:
# gdb sapi/cli/php
(gdb) run -n -dshort_open_tag=0 -dsafe_mode=0 \
pear/install-pear.php -d /tmp/test/ \
-b /tmp/test/bin/ pear/package-*.xml
Previous Comments:
------------------------------------------------------------------------
[2005-08-29 13:46:44] wim at godden dot net
libxml2.6.19 being used, compiled with no parameters.
I see this during configure :
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
...
checking for OpenSSL version... >= 0.9.6
...
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XMLReader support... no
checking for XMLRPC-EPI support... yes
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
------------------------------------------------------------------------
[2005-08-28 23:43:31] [EMAIL PROTECTED]
I can not reproduce this. What libxml2 versin do you have installed?
------------------------------------------------------------------------
[2005-08-28 20:06:52] wim at godden dot net
./configure --with-apxs=/usr/local/apache/bin/apxs
--with-openssl=/usr/local/ssl --with-xmlrpc
(--with-xmlrpc required for PEAR, when using --without-pear the error
ofcourse doesn't occur).
------------------------------------------------------------------------
[2005-08-28 01:00:53] [EMAIL PROTECTED]
What is the full configure line you used?
------------------------------------------------------------------------
[2005-08-26 21:44:40] wim at godden dot net
Just ./configure works fine.
It seems once --with-openssl is added, the problem occurs.
Running OpenSSL 0.9.8, compiled from scratch using option 'shared' (no
package install possible).
------------------------------------------------------------------------
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/34271
--
Edit this bug report at http://bugs.php.net/?id=34271&edit=1