编译安装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软件套件

 

posted @ 2023-11-02 22:44  呼长喜  阅读(2191)  评论(0)    收藏  举报