WHEN I INSTALL I GET THIS OUTPUT:
Found ftp://ftp.horde.org/pub/horde/horde-3.3.3.tar.gz in cache ..
The PHP Pear modules Log Mail Mail_Mime DB are required, but Webmin's Pear module is not available to install them - proceeding anyway.
Configuring Apache PHP settings ..
.. already done.
Now installing Horde version 3.3.3 ..
Horde installation complete. It can be accessed at http://MYDOMAIN.COM/horde/. You will need to go to the Setup page under the Administration section to perform further configuration.
More information on using this script can be found at http://www.horde.org/.
The initial administration login is USER.
.. done
Re-loading Webmin ..
.. done
AFTER INSTALL THIS IS WHAT I GET IN THE BROWSER:
Warning: include_once(Log.php) [function.include-once]: failed to open stream: No such file or directory in /home/ MYDOMAIN.COM /public_html/horde/lib/Horde.php on line 14
Warning: include_once() [function.include]: Failed opening 'Log.php' for inclusion (include_path='/home/MYDOMAIN.COM/public_html/horde/lib:.:/usr/share/php:/usr/share/pear') in /home/ MYDOMAIN.COM /public_html/horde/lib/Horde.php on line 14
Warning: DataTree_sql::require_once(DB.php) [function.DataTree-sql-require-once]: failed to open stream: No such file or directory in /home/ MYDOMAIN.COM /public_html/horde/lib/Horde/DataTree/sql.php on line 1879
Fatal error: DataTree_sql::require_once() [function.require]: Failed opening required 'DB.php' (include_path='/home/ MYDOMAIN.COM /public_html/horde/lib:.:/usr/share/php:/usr/share/pear') in /home/ MYDOMAIN.COM /public_html/horde/lib/Horde/DataTree/sql.php on line 1879
Comments
Submitted by exigo_admin on Thu, 09/10/2009 - 07:52 Comment #16
Install the following packages: php-log, php-mail, php-mail-mime php-db. In Ubuntu run the following command: "apt-get install php-log php-mail php-mail-mime php-db"