[horde] setup.php - horde-webmail-1.0-rc2
LHartung
list at ioscan.de
Tue Nov 14 12:26:51 PST 2006
Hi,
im trying to install the latest horde-webmail,
horde-webmail-1.0-rc2.tar.gz, on my debian server.
Followed the Quick Install from
http://www.horde.org/webmail/docs/?f=INSTALL.html,
compiled php and restarted apache.
When i start ./scripts/setup.php it hangs.
strace shows the following lines:
open("/vol/www/horde/htdocs/lib/Horde/Notification/Listener.php",
O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0777, st_size=3987, ...}) = 0
lseek(4, 0, SEEK_CUR) = 0
read(4, "<?php\n/**\n * The Notification_Li"..., 8192) = 3987
read(4, "", 8192) = 0
read(4, "", 8192) = 0
close(4) = 0
stat64("/vol/www/horde/htdocs/scripts/../imp", {st_mode=S_IFDIR|0777,
st_size=4096, ...}) = 0
umask(077) = 022
umask(0) = 077
read(0,
and there it hangs forever. Have to do ctrl+c to stop it.
Calling test.php in the browser show no problem. Only this is marked red:
# session.use_trans_sid disabled: No
Horde will work with session.use_trans_sid turned on, but you may see
double session-ids in your URLs, and if the session name in php.ini
differs from the session name configured in Horde, you may get two
session ids and see other odd behavior. The URL-rewriting that
use_trans_sid does also tends to break XHTML compliance. In short, you
should really disable this.
php is 5.1.6
http 2.2.3
Thanks for your help
Regards
Lars
--
http://blog.linuri.de
More information about the horde
mailing list