make编译时出现的openssl错误应该如何解决 老师

来源:4-28 Nginx与Lua的开发_Nginx与Lua的开发环境

ericdemon

2018-06-07

[root@localhost nginx-1.14.0]# make -j 4 && make install

make -f objs/Makefile

make[1]: 进入目录“/opt/download/nginx-1.14.0”

cd /opt/download/nginx-1.14.0/auto/lib/openssl \

&& if [ -f Makefile ]; then make clean; fi \

&& ./config --prefix=/opt/download/nginx-1.14.0/auto/lib/openssl/.openssl no-shared no-threads  \

&& make \

&& make install_sw LIBDIR=lib

/bin/sh:行2: ./config: 没有那个文件或目录

make[1]: *** [/opt/download/nginx-1.14.0/auto/lib/openssl/.openssl/include/openssl/ssl.h] 错误 127

make[1]: 离开目录“/opt/download/nginx-1.14.0”

make: *** [build] 错误 2


写回答

1回答

ericdemon

提问者

2018-06-07

nginx的包我是从官网下的 目前我知道的是auto/lib/openssl下面没有.openssl的隐藏文件

是我缺少安装了什么吗 还是说 自己新建一个错误的要求目录?

老师

0
0

Nginx入门到实践-Nginx中间件应用+搭建Webserver架构

中间件、负载均衡、应用层安全防护、动静分离、Nginx+LUA开发等

4183 学习 · 908 问题

查看课程