[horde] Error with rpm-install
Hanns Mattes
hanns at hannsmattes.de
Fri Mar 7 15:44:26 UTC 2014
Hi,
I'm trying to set up a new horde installation with the rpm-packages
provided by Ralf.
I've configured horde but I fail, when trying to install imp. As soon as
I provide backends.local.php, I get a white configuration screen.
Apache-log is showing:
[Fri Mar 07 16:24:17 2014] [error] [client 192.168.0.2] PHP Fatal error:
Class 'Horde\\Socket\\Client' not found in
/usr/share/php5/PEAR/Horde/Imap/Client/Socket/Connection/Base.php on line 29
backends.local.php:
<?php
/* Example configurations: */
// IMAP server
$servers['imap'] = array(
// ENABLED by default; will connect to IMAP port on local server
'disabled' => true,
);
// Advanced example - mainly here to demonstrate the syntax of all available
// options.
$servers['advanced'] = array(
// Disabled by default
'disabled' => false,
'name' => 'Advanced IMAP Server',
'hostspec' => 'mail.bruecko.de',
'hordeauth' => full,
'protocol' => 'imap',
'port' => 143,
'secure' => 'tls',
'maildomain' => '',
'smtp' => array(
'auth' => true,
'horde_auth' => full,
'host' => 'smtp.bruecko.de',
'localhost' => 'localhost',
'port' => 587,
),
'quota' => array(
'driver' => 'imap',
'params' => array(
'hide_when_unlimited' => true,
'unit' => 'MB'
)
),
);
So obviously I miss something, maybe related to the install, maybe
related to something else.
Any help appreciated.
One last Question: As far as I see, the RPMs don't provide the latest
versions. Is it possible to use pear upgrade, or do I have to wait for
new RPMs.
Regards Hanns
More information about the horde
mailing list