[imp] why isnt your CVS version working?

Anil Madhavapeddy anil@recoil.org
Fri, 24 Aug 2001 15:33:26 +0100


> I've obtained the PEAR CVS. I've read the README and 
> install-pear.txt but they don't talk too much about 
> 'install these components'.

>From a PHP4-cvs checkout.

cd /usr/local/src/php4
./buildconf
./configure
cd pear
make install

Anil