如果在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
ubuntu下openssl客户端通过代理服务器访问远程主机:http://www.linuxdiyf.com/linux/16940.html
ubuntu安装openssl库:http://www.linuxdiyf.com/linux/13828.html
Ubuntu编译环境构建(openssl):http://www.linuxdiyf.com/linux/13751.html
Linux下使用OpenSSL生成证书:http://www.linuxdiyf.com/linux/11951.html
使用openssl命令行构建CA及证书:http://www.linuxdiyf.com/linux/15338.html