Hi,
I've just trying to update my php from 4.4.1 to 4.4.2 using the common methods and that is:
./build clean
./build update
./build php
The php build is completed, make is also completed but not the installation. It throws a segmentation fault. Now, I can't even start up my apache1 I think there's something wrong with PEAR... I try running, pear (it shows segmentation error), php (it shows segementation error).
Please help :``(
I've just trying to update my php from 4.4.1 to 4.4.2 using the common methods and that is:
./build clean
./build update
./build php
The php build is completed, make is also completed but not the installation. It throws a segmentation fault. Now, I can't even start up my apache1 I think there's something wrong with PEAR... I try running, pear (it shows segmentation error), php (it shows segementation error).
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
Make Complete
Copying php.ini..
/usr/local/lib/php.ini already exists, skipping.
Enabling register_globals...
Increasing memory limit to 20M...
Installing php...
Installing PHP SAPI module: apache
[activating module `php4' in /etc/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/lib/apache/libphp4.so
chmod 755 /usr/lib/apache/libphp4.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing PEAR environment: /usr/local/lib/php/
Segmentation fault (core dumped)
*** Error code 139
Stop in /usr/local/directadmin/customapache/php-4.4.2.
*** Error code 1
Stop in /usr/local/directadmin/customapache/php-4.4.2.
Please help :``(