hmzone 发表于 2018-11-10 06:45:52

解决编译安装NGINX时make报错

# make  
make -f objs/Makefile
  
make: Entering directory `/usr/src/nginx-1.4.6'
  
cd /usr/local/pcre/ \
  
      && if [ -f Makefile ]; then make distclean; fi \
  
      && CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
  
      ./configure --disable-shared
  
/bin/sh: line 2: ./configure: No such file or directory
  
make: *** Error 127
  
make: Leaving directory `/usr/src/nginx-1.4.6'
  
make: *** Error 2
  
#


页: [1]
查看完整版本: 解决编译安装NGINX时make报错