Installing Horde and IMP in Fedora

Rick Stevens rstevens at vitalstream.com
Fri Nov 11 20:17:28 UTC 2005


On Fri, 2005-11-11 at 16:44 -0300, rodrigofariatavares wrote:
> Hello,
> 
> I try to configurate horde-2.2.7 and imp-3.2.6, when in open the browser come logs of apache.
> 
> [client 192.168.1.9] PHP Warning:  logmessage(): Failed opening 'Log.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/horde/lib/Horde.php on line 186, referer: http://192.168.1.100/horde/menu.php
> [client 192.168.1.9] PHP Fatal error:  Undefined class name 'log' in /var/www/html/horde/lib/Horde.php on line 187, referer: http://192.168.1.100/horde/menu.php
> [client 192.168.1.9] PHP Notice:  (null)(): Login failed: generic failure (errflg=1) in Unknownon line 0, referer: http://192.168.1.100/horde/menu.php
> 
> What a version of IMP e Horde compatible with packages of fedora ?
> What a version, for install in FC ? 

They're all compatible.  You didn't configure Horde correctly.
Check horde/conf/horde.php and verify you have stuff such as:

--------------------- CUT HERE --------------------------------
// Should Horde log errors and other useful information?
//$conf['log']['enabled'] = false;
$conf['log']['enabled'] = true;

// What log driver should we use? Valid values are 'file', 'mcal',
// 'sql', and 'syslog'.
$conf['log']['type'] = 'file';

// What is the name of the log? For the 'file' driver, this is the
// path to a text file; for mcal, it would be the name of a calendar,
// and for sql it would be the table name to use. For the 'syslog'
// driver it is the facility as a _constant_ (with no quotes), e.g.:
// ... = LOG_LOCAL0;
$conf['log']['name'] = '/var/log/horde.log';
--------------------- CUT HERE --------------------------------

NOTE: That's for an older Horde version (2.1 I think), but newer ones
have stuff similar.

I like Horde/IMP/Turba/Kronolith (we use them for our webmail system).
However, you could just install squirrelmail on FC4.  It's essentially
the same thing and preconfigured for FC4:

	"yum install squirrelmail"

----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-            The gene pool could use a little chlorine.              -
----------------------------------------------------------------------




More information about the Redhat-install-list mailing list