当我在安装的 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
objs/Makefile 中的第 110 行可能有一个变量包含冒号 -- 例如作为文件名的一部分。另请参阅: