Summary | webmail-install fails on fresh install |
Queue | Horde Groupware Webmail Edition |
Queue Version | 5.0.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | paul (at) vanderholst (dot) com |
Created | 03/01/2013 (4505 days ago) |
Due | |
Updated | 03/01/2013 (4505 days ago) |
Assigned | |
Resolved | 03/01/2013 (4505 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
No such file or directory in /usr/local/php5/bin/webmail-install on
line 15
path - which shouldn't happen since PEAR is a required part of a PHP
install).
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ webmail-install fails on fresh install
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
I am trying to install Groupware Webmail edition on a fresh install
(CentOS 6.x 64bit).
When running the "webmail-install":
---------------------------------
[root@zeus etc]# webmail-install
PHP Warning: require_once(PEAR/Config.php): failed to open stream: No
such file or directory in /usr/local/php5/bin/webmail-install on line 15
Warning: require_once(PEAR/Config.php): failed to open stream: No such
file or directory in /usr/local/php5/bin/webmail-install on line 15
PHP Fatal error: require_once(): Failed opening required
'PEAR/Config.php' (include_path='usr/local/lib/php') in
/usr/local/php5/bin/webmail-install on line 15
Fatal error: require_once(): Failed opening required 'PEAR/Config.php'
(include_path='usr/local/lib/php') in
/usr/local/php5/bin/webmail-install on line 15
---------------------------------
It seems the include_path is incorrect. This should be
/usr/local/lib/php. But the first / is removed (somewhere) it seems.
Because of the need of the webmail-install, i've added the priority high.