登陆Extmail时出现"Unix::Syslog not found"错误

这两天在试验安装一下Extmail,在全部配置完后从IE中登陆Extmail时出现了如下的错误:

Unix::Syslog not found, please install it first! (in cleanup) Undefined subroutine &Ext::Logger::do_closelog called at /usr/local/www/extmail/libs/Ext/Logger.pm line 87

Extmail bbs上找到了答案,如果是Linux系统,就是少装了“perl-Unix-Syslog-0.100-1hzq.i386.rpm”这个RPM包。

在FreeBSD中进行如下操作,安装此包(文件名:Unix-Syslog-0.100.tar.gz),重启后,可以正常登陆了。

mail# cd /usr/ports/sysutils/p5-Unix-Syslog
mail# make install
mail# reboot

1 Response to “登陆Extmail时出现"Unix::Syslog not found"错误”


Leave a Reply