我是以rpm的方式安装的! 安装完成后,收发信都很正常,但是,行事历却完全不会动, 请问我该怎么解决?? 以下是我的安装步骤: 参考的文件:http://openwebmail.org/openwebmail/download/redhat-7x-installer/rpm/perl/rh80/00-howto.txt 从openwebmail官方网站下载下列档案 下载位置 1.http://openwebmail.org/openwebmail/download/redhat-7x-installer/rpm/perl/rh80/perl-suidperl-5.8.0-55.i386.rpm 2.http://openwebmail.org/openwebmail/download/redhat-7x-installer/rpm/perl/rh80/perl-Text-Iconv-1.2-RH80.i368.rpm 3.http://openwebmail.org/openwebmail/download/redhat-7x-installer/daily-build/openwebmail-1.81-20021127.i386.rpm 安装 perl-suidperl-5.8.0-55.i386.rpm perl-Text-Iconv-1.2-RH80.i368.rpm rpm -Uvh --force perl*.rpm 安装openwebmail rpm -ivh openwebmail-1.81-20021127.i386.rpm 4. 初始化 openwebmail cd /var/www/cgi-bin/openwebmail ./openwebmail-tool.pl --init 初始化过程中,发生下列讯息: [root@justdoit openwebmail]# ./openwebmail-tool.pl --init WARNING! The perl on your system has serious bug in routine tell()! While openwebmail can work properly with this bug, other perl application may not function properly and thus cause data loss. We suggest that you should patch your perl as soon as possible. Please hit 'Enter' to continue or Ctrl-C to break. Please change the 3 options in openitwebmail.conf dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock no to dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock yes Then execute './openwebmail-tool.pl --init' again. 上述讯息,的意思是将 openwebmail.conf 中的三行修改为 dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock yes openwebmail.conf的位置在/var/www/cgi-bin/openwebmail/etc 重新执行 ./openwebmail-tool.pl --init 初始化过程,会询问 直接 enter 确定 安装完成 6. login in http://justdoit.homeip.net/cgi-bin/.../openwebmail.pl
(出处:http://www.sheup.com)