Posted by Mladen Gogala on 01/13/06 17:19
On Fri, 13 Jan 2006 06:50:29 -0800, joshua.wehner wrote:
> I can't seem to get PEAR to work, but I think it's installed. Any
> ideas?
You forgot to set include_path in your php.ini
Here is what I have set it to:
include_path = ".:/usr/local/lib/php:/usr/local/PHP"
/usr/local/PHP contains 3rd party packages, like ADOdb and jpgraph,
while /usr/local/lib/php contains all of my PEAR treasures.
--
http://www.mgogala.com
[Back to original message]
|