编译安装zabbix时遇到configure: error: no acceptable C compiler found in $PATH 问题解决
./configure --prefix=/usr/local/zabbix --enable-agent

no acceptable C compiler found in $PATH,代表你没有安装C编译器
解决办法如下:
安装GCC软件套件

./configure --prefix=/usr/local/zabbix --enable-agent

no acceptable C compiler found in $PATH,代表你没有安装C编译器
解决办法如下:
安装GCC软件套件

