尝试从源代码安装 openssl-1.0.1g 时出现错误 255

use*_*693 11 compiling install-from-source openssl

installing man1/cms.1
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 71.
make: *** [install_docs] Error 255
Run Code Online (Sandbox Code Playgroud)

尝试在 ubuntu 14.04 上从源代码构建时出现此错误。

-谢谢!

小智 11

这个页面

改变

make install

make install_sw

(在没有手册页的情况下安装 OpenSSL)缓解了这个问题。


小智 2

从 perl 5.18 的角度来看,生成的 POD 文件存在很多错误。请参阅此处的补丁https://github.com/openssl/openssl/issues/57