sh 从Sourcee编译OpenSSL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 从Sourcee编译OpenSSL相关的知识,希望对你有一定的参考价值。

curl -L -O http://www.openssl.org/source/openssl-1.0.1b.tar.gz.asc
curl -L -O http://www.openssl.org/source/openssl-1.0.1b.tar.gz
gpg --verify openssl-1.0.1b.tar.gz.asc
tar xvzf openssl-1.0.1b.tar.gz
cd openssl-1.0.1b
perl ./Configure shared zlib --prefix=/opt/local darwin64-x86_64-cc
make
make test
sudo make install

以上是关于sh 从Sourcee编译OpenSSL的主要内容,如果未能解决你的问题,请参考以下文章

openssl 交叉编译

Nginx添加openssl模块编译时报错问题

sh 在Ubuntu 14.04上从源代码安装Nginx,OpenSSL和ngx_pagespeed

windows从源码编译openssl1.1.1(vs2019vs2017)

Linux系统编译Openssl步骤

sh openSSL.sh