注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 2009年阿里巴巴搜索研发类..
 帮助

problem with installing horde on suse10.1 with squirrelmail


2007-08-14 14:44:40
 标签:服务器   [推送到技术圈]

版权声明:原创作品,谢绝转载!否则将追究法律责任。
After I have installed all the packages needed by horde,and have tested horde in browser by input http://192.168.33.56/horde/test.php,and it views OK!Then I configure horde in browser by input http://192.168.33.56/horde. When I use my email address to login horde,it show the error that:登录失败, 请检查您的用户名和密码, 然后重试.(I'm sure that I have input the correct information!)

I have checked the log in /var/log/apache2/error_log,it show the errors like follows:
[Tue Aug 14 19:45:42 2007] [error] [client 192.168.33.54] PHP Notice:  Unknown: Connection failed to srcloft3.3322.org,143: \xe8\xbf\x9e\xe6\x8e\xa5\xe8\xb6\x85\xe6\x97\xb6 (errflg=2) in Unknown on line 0, referer: http://192.168.33.56/horde/login.php

I am sure that the port 143 is opening on the service.but I telnet srcloft3.3322.org 143,it can't link!

I find  lots of informations by google and baidu,but it won't help!

本文出自 “doff” 博客,谢绝转载!





    文章评论
 
2007-08-14 22:34:47
刚进来,看到这篇
先看一下

2007-08-15 12:20:59
one solution is :
because I telnet srcloft3.3322.org 143,it can't link,but when i telnet ip-address 143,it can link!
So I modify the horde configure file,
change:
$conf['auth']['params']['hostspec'] = 'srcloft3.3322.org';
into:
$conf['auth']['params']['hostspec'] = '192.168.xx.xx';(my ip address)


2007-08-20 11:16:27
today,there is another problem:
when I run:
$cd /srv/www/htdocs/horde/po
$php5 translation.php cleanup
it shows following:
---------------------------
Horde translation generator
---------------------------
Loading libraries...
Console_Getopt... OK
Console_Table... OK
File_Find... OK

Searching gettext binaries...
gettext... found: /usr/bin/gettext
msgattrib... not found

Please report any bugs to i18n@lists.horde.org.

the solution:use yast and check the package gettext-devel
is to be installed.if not,install it,and run
php5 translation.php cleanup.it will be OK!

2007-09-19 15:40:40
用英文记录操作过程,不错呀

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: