Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86761 - horde-3 is missing PEAR.php
Summary: horde-3 is missing PEAR.php
Status: RESOLVED DUPLICATE of bug 88763
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-26 04:35 UTC by Julien Allanos (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Allanos (RETIRED) gentoo-dev 2005-03-26 04:35:19 UTC
I've tried to install horde-3.0.3, using horde-pear-1.3-r3, and horde failed to find PEAR.php.

Warning: main(PEAR.php): failed to open stream: No such file or directory in /var/www/ssl/htdocs/horde/lib/core.php on line 26

Warning: main(): Failed opening 'PEAR.php' for inclusion (include_path='/var/www/ssl/htdocs/horde/lib:.:/usr/lib/php') in /var/www/ssl/htdocs/horde/lib/core.php on line 26

actually, php-4.3.10 (or PEAR-PEAR-1.3.5) installed PEAR.php in /usr/lib/php/php/, so either the (default) include path is wrong (in php.ini), or the PEAR directory is wrong.

thanks for any help.
Comment 1 Fred Malabre 2005-04-03 07:32:18 UTC
This bug has been reported before.
To correct, update php.ini to add a path in include_path:
include_path = ".:/usr/lib/php:/usr/lib/php/php"
The last path is where PEAR.php is. Horde-IMP works for me when I do that.
I leave it as new for some to confirm.
Comment 2 Daniel Webert 2005-04-05 15:41:37 UTC
overhere (x86) i installed 
- horde-2.2.7 (stable) 
- mod_php-4.3.10 (stable) 
- horde-pear-1.3-r3 (stable) 

and i have the same 'can't find PEAR.php'-error

plz fix it quick, because a stable one :(
Comment 3 David 2005-04-13 10:22:20 UTC
> and i have the same 'can't find PEAR.php'-error
>
> plz fix it quick, because a stable one :(

Read comment #1 to fix this.  Or you can symlink /usr/lib/php/php to /usr/lib/php and reinstall the PEAR packages that were installed to the wrong place.
Comment 4 Daniel Webert 2005-04-13 11:25:53 UTC
we dont need a manual-fix - these are stable pkg and should work out-of-the-box/pkg and php-4.3.10 (/etc/pear.conf) doesnt work right now
Comment 5 Daniel Webert 2005-05-09 11:28:11 UTC
can we have a solution plz - another month and nothing happens - a well-used-masked-stable package (mod_php) does not work w/ stable masked horde :( - in #88763 we have a solution, when will it be used?
Comment 6 Sebastian Bergmann (RETIRED) gentoo-dev 2005-05-09 13:01:25 UTC

*** This bug has been marked as a duplicate of 88763 ***