我运行以下:
$ cd /opt/mod_fastcgi-2.4.6 $ cp Makefile.AP2 Makefile $ make top_dir=/etc/httpd $ make install
我运行make时不断收到这个错误:
-bash: make: command not found
到底是怎么回事?
呃,显然你没有安装make 。
在Ubuntu上: sudo apt-get install build-essential
在CentOS上: sudo yum install make gcc gcc-c++