PHP4 upgrade on Linux
configure command is
./configure --prefix=/usr/local/php --with-pgsql=/usr/include/pgsql --with-config-file-path=/usr/local/php --with-mysql --enable-track-vars --enable-debugger --enable-magic-quotes --with-zlib --with-pgsql=/usr/include/pgsql
which is cool but when I do make;make install It installs OK until
this
Installing build environment
Installing program: phpize
Installing program: php-config
Installing program: pear
Installing program: pearize
Installing program: phptar
Installing program: phpextdist
make[2]: Leaving directory /home/admin/php-4.1.2/pear'
make[1]: Leaving directory/home/admin/php-4.1.2/pear'
So the installation doesn't complete? What gives?
php-4.1.2 on Redhat 6.2