运行 Nginx 的 make 会抛出“多个目标模式”错误

运行 Nginx 的 make 会抛出“多个目标模式”错误

当我在安装的 nginx 目录中运行时,make我得到输出:

make -f objs/Makefile
make[1]: Entering directory `/home/ec2-user/nginx/nginx-1.2.4'
objs/Makefile:110: *** multiple target patterns.  Stop.
make[1]: Leaving directory `/home/ec2-user/nginx/nginx-1.2.4'

make:*** [构建] 错误 2

我在使用 Amazon Linux AMI。

我从一开始就采取的步骤是

wget /path/to/nginx/tarball
tar xvf nginx-1.2.4.tar.gz
cd nginx-1.2.4
./configure --prefix=/nginx --a-bunch-of-other-options

然后我就跑了make

我也make通过运行安装了sudo yum install make

如果我应该提供任何其他信息,请告诉我。

答案1

相关内容