[imp] IMP 3.0 Horde 2.0 problems (fwd)

Paul Reilly pareilly@tcd.ie
Wed, 16 Jan 2002 14:13:29 +0000 (GMT)


> > (include_path='.:/php/includes:/usr/share/php') in
> > /var/www/html/horde/lib/Lang.php on line 68

make sure that your php include_path defined in php.ini is
inludes the location of where the PEAR library is installed.
On my box I installed PHP in to /local/apache/php and my include_path ahs
to include /local/apache/php/lib/php

Paul