Software error:
Cannot load the shares/vcard.pl module. Too many arguments for MIME::QuotedPrint::encode_qp at /var/www/cgi-bin/openwebmail//shares/vcard.pl line 855, near """)"
Compilation failed in require at /var/www/cgi-bin/openwebmail//shares/vfile.pl line 136, <VFILE> line 7.
at /var/www/cgi-bin/openwebmail//shares/vfile.pl line 137
For help, please send mail to the webmaster (shawn@techformations.com), giving this error message and the time and date of the error.
This is a FAQ:
Q: I got "Too many arguments for MIME::QuotedPrint::encode_qp"?
A: Your MIME module is too old, please install the MIME-Base64-3.01.tar.gz.
CODE:
# tar -xzvf MIME-Base64-3.01.tar.gz
# cd MIME-Base64-3.01.tar.gz
perl Makefile.PL
make
make test
make install
博客记录了软件错误,无法加载shares/vcard.pl模块,在特定行出现参数过多问题,编译失败。给出的解决办法是因MIME模块过旧,需安装MIME - Base64 - 3.01.tar.gz,并提供了安装的代码步骤。
4万+

被折叠的 条评论
为什么被折叠?



