|
|
[root@andy openwebmail]# ./openwebmail-tool.pl --init
Base64.pm /usr/lib/perl5/5.8.1/i386-linux-thread-multi/MIME/Base64.pm
Your MIME::Base64 module is too old (2.20),
please update to 3.00 or later.
这个是什么啊!??? :mad:
Please change './etc/dbm.conf' from
dbm_ext .db
dbmopen_ext none
dbmopen_haslock no
to
dbm_ext .db
dbmopen_ext .db
dbmopen_haslock yes
And execute './openwebmail-tool.pl --init' again!
ps: If you are running openwebmail in persistent mode,
don't forget to 'touch openwebmail*.pl', so speedycgi
will reload all scripts, modules and conf files in --init. |
|