Home > Article > Operation and Maintenance > What should I do if the centos system prompts an error when executing the make command?
Cause:
The centos system does not have a compiler installed.
Solution:
(Recommended tutorial: centos usage tutorial)
Enter the following command under SSH.
yum -y install gcc automake autoconf libtool make yum install gcc gcc-c++ autoconf automake
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of What should I do if the centos system prompts an error when executing the make command?. For more information, please follow other related articles on the PHP Chinese website!