1.4 编译安装Nginx
安装Nginx最简单的方式是,进入nginx-1.0.14目录后执行以下3行命令:
./configure
make
make install
configure命令做了大量的“幕后”工作,包括检测操作系统内核和已经安装的软件,参数的解析,中间目录的生成以及根据各种参...
文章华章计算机
2017-08-01
828浏览量
These critical programs are missing or too old: as ld
configure 时出现以下错误:
checking for autoconf... no
configure: error:
*** These critical programs are missing or too old: as ld
*** Check the INSTALL fil...