小编Mic*_*ris的帖子

在 CentOS 6.5 上安装 OpenSSL 共享库

OS: CentOS-6.5-x86_64-minimal
Run Code Online (Sandbox Code Playgroud)

我下载了最新版本的OpenSSL

提取它 tar -xvzf openssl-1.0.1e.tar.gz

cd openssl-1.0.1e
./config --prefix=/usr/local
make
Run Code Online (Sandbox Code Playgroud)

它给了我以下错误:

making all in crypto...
make[1]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto'
making all in crypto/objects...
make[2]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto/objects'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/openssl-1.0.1e/crypto/objects'
making all in crypto/md4...
make[2]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto/md4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/openssl-1.0.1e/crypto/md4'
making all in crypto/md5...
make[2]: Entering directory `/usr/local/src/openssl-1.0.1e/crypto/md5'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/openssl-1.0.1e/crypto/md5'
making …
Run Code Online (Sandbox Code Playgroud)

yum centos openssl

15
推荐指数
1
解决办法
12万
查看次数

标签 统计

centos ×1

openssl ×1

yum ×1