error when trying to install Horde

475 Views Asked by At

When I'm trying to install Horde on a RHEL 6 box it says it cannot find /usr/bin/lib/Application.php.

Here is the output when I do the "webmail-install":

root:horde$ webmail-install

Warning: require_once(/usr/bin/lib/Application.php): failed to open stream: No such file or directory in /usr/local/bin/webmail-install on line 17

Fatal error: require_once(): Failed opening required '/usr/bin/lib/Application.php' (include_path='.:/usr/local/lib/php') in /usr/local/bin/webmail-install on line 17

I have tried this about 5 times over the last two days starting with a fresh computer each time. And I always get the same error.

Can someone point me in the right direction?

1

There are 1 best solutions below

0
TheBigOnion On

Turns out that when it ask for the application path, you have to put in /usr/bin/content. Who knew? Too bad they don't give out the information you need to install correctly.