ubuntu 18.04 编译openssl

1.openssl 官网

官网地址如下,不需要科学上网就能登陆 openssl 官网


2.执行如下命令

wget ftp://ftp.openssl.org/source/openssl-1.1.1l.tar.gz

tar -zxvf openssl-1.1.1l.tar.gz

./config --prefix=/home/ubuntu/share/leifeng/work/openssl/openssl_build

make

make test

sudo make install

3.注意点:

Ubuntu 是执行./config ,不是./Configure

你可能感兴趣的:(ubuntu 18.04 编译openssl)