Aug 6,2001
I am running RH 7.1
I acquire PHP4, PEAR & ZEND TSRM using cvs.
I had update my libtools to ver 1.4.
I ran ./builconf to create ./configure and the use a script to execute ./configure to include all the needed modules like --with-mysql etc....
./configure and "make" execute normally but when I make install I encounter these error:
+---------------------
The installation is incomplete. The following resources were not installed:
Self-contained Extension Support
PEAR: PHP extension Add-oon Repository
To install these component, become superuser and execute:
make install-su
+-------
make[2]:*** [install-data-local] Error 5
make[2]: Leaving directory '/usr/local/src/php4/pear'
make: *** [install-pear] Error 2
Please help.