qq_九头大大_03755694
2016-11-09 11:40
[root@localhost nginx-1.10.2]# make
make -f objs/Makefile
make[1]: Entering directory `/root/nginx-1.10.2'
cd ../pcre-8.37/ \
&& if [ -f Makefile ]; then make distclean; fi \
&& CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
./configure --disable-shared
/bin/sh: line 0: cd: ../pcre-8.37/: 没有那个文件或目录
make[1]: *** [../pcre-8.37//Makefile] 错误 1
make[1]: Leaving directory `/root/nginx-1.10.2'
make: *** [build] 错误 2
可能缺少依赖文件,yum -y install gcc c++ 试下
同样的问题,依赖文件安装完了还是不行
PHP环境LAMP/LNMP安装与配置
45306 学习 · 224 问题
相似问题