All
I am installing PHP-5.2.6 on SUN ONE WEB and after "make install" compile I get the error below, any help.
"/opt/sunoneweb/ws/php-5.2.6/sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0 pear/install-pear-nozlib.phar -d "/opt/sunoneweb/ws/php/lib/php" -b "/opt/sunoneweb/ws/php/bin"
make: Fatal error: Command failed for target install-pear-installer'
Current working directory /opt/sunoneweb/ws/php-5.2.6
*** Error code 1
The following command caused the error:
if test -f pear/install-pear-nozlib.phar && /opt/sunoneweb/ws/php-5.2.6/build/shtool mkdir -p /opt/sunoneweb/ws/php/lib/php; then \
/usr/ccs/bin/make -s install-pear-installer; \
else \
cat /opt/sunoneweb/ws/php-5.2.6/pear/install-pear.txt; \
fi
make: Fatal error: Command failed for targetinstall-pear'