http://blog.bccn.net/%E9%9D%99%E5%A4%9C%E6%80%9D/66642 su root 不然权限不够 cd /usr/src wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz --no-check-certificate tar zxvf openssl-1.1.1d.tar.gz cd openssl-1.1.1d/ ./config shared --prefix=/usr/local/…
windows下使用vs2008中的nmake编译安装openssl的脚本build.bat: echo off & color 0A :: 项目名称 set PROJECT=openssl :: 版本标签 set VESION=OpenSSL_1_0_1l :: 项目路径 set PROJECT_PATH=%cd% :: 代码存放路径 set CODE_PATH="%PROJECT_PATH%\%PROJECT%-%VESION%" ::安装路径 set OPENSSL_IN…
configure: error: Cannot find OpenSSL's <evp.h> 这个可以在configure的时候,指定openssl的路径,查看openssl的安装路径: root@ubuntu: - # openssl version -a OpenSSL 1.0.1k 8 Jan 2015 built on: Thu Oct 18 20:42:22 2018 platform: debug-linux-x86_64 options: bn(64,64) rc4(16x,i…