I could only find a documentation link at http://pear.php.net. Is there another location for the actual libraries and code?
It comes with the PHP source distribution. On a Linux system, "make install" will put the PEAR code in /usr/local/lib/php and the php.ini file will include that directory in the search path for include() and require().
Thanks. I found it in /usr/lib/php on my mandrake 7.2 box. I had read several articles and a book which all referenced pear.php.net and had been thrown off the trail. Thank you for your assistance.