cms.pod around line 457: Expected text after =item, not a number 的解决方法

时间:2014-12-30 17:13:27   收藏:0   阅读:937

如果在linux下安装openssl,执行config和make之后,在执行make install时如果出现下面的错误

cms.pod around line 457: Expected text after =item, not a number 

cms.pod around line 461: Expected text after =item, not a number 
cms.pod around line 465: Expected text after =item, not a number 
cms.pod around line 470: Expected text after =item, not a number 
cms.pod around line 474: Expected text after =item, not a number 

POD document had syntax errors at /usr/bin/pod2man line 69. 

则在root权限下,执行rm -f /usr/bin/pod2man  然后重新make install

原文:http://blog.csdn.net/xueyushenzhou/article/details/42267005

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!