Hello,
during the make install of php 4.3.1 on IRIX 6.5 (64 bit) the following command causes a segmentation fault
/local/php-4.3.1/sapi/cli/php -n -dsafe_mode=0 /local/php-4.3.1/pear/install-pear.php /local/php-4.3.1/pear/package-*.xml
the segmentation fault is happening in
/local/php-4.3.1/ext/standard/string.c line 1305
has anybody seen this before. can anybody recommend a workaround. this does not happen when I try to install php 4.2.3. which I would use instead except that it doesn't work with apache 2.0 as well.
the configure is:
CFLAGS="-I/local/apache/include/apr-0" ./configure --prefix=/local/php --with-mysql=/local/mysql --with-apxs2=/local/apache/bin/apxs --includedir=/local/apache/include/apr-0/
I'll be more than happy to provide more information
thank you