博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
configure: error: no acceptable C compiler found in $PATH
阅读量:6084 次
发布时间:2019-06-20

本文共 536 字,大约阅读时间需要 1 分钟。

在安装zabbix时出现了下面的错误:

checking for gcc... no

checking for cc... no
checking for cl.exe... no
configure: error: in `/root/zabbix-2.2.10':

configure: error: no acceptable C compiler found in $PATH

解决方法:

yum install gcc 

编译过程中还有个错误:

configure: error: Not found curl Library

configure: error : Not found NET-SNMP library

yum install curl-devel
yum install net-snmp-devel

configure: error: MySQL library not found

原因是--with-sql命令行引起,解放方法是:

安装sql-dev

或是  --with-sql 不加任何参数

本文转自 zhangfang526 51CTO博客,原文链接:http://blog.51cto.com/zhangfang526/1709173

转载地址:http://uyuwa.baihongyu.com/

你可能感兴趣的文章
cookie注入&中转注入笔记
查看>>
跟Howard学LESS之初见LESS
查看>>
wap网页图片适配解决方案
查看>>
小菜学Chromium开发(一)OpenGL学习
查看>>
注解入门
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
【MySQL】online ddl 工具之pt-online-schema-change
查看>>
关于docker 容器中的时间同步
查看>>
centos,epel,repoforge三个镜像源
查看>>
我的友情链接
查看>>
CCNA学习指南第十四章广域网(WAN)
查看>>
linux程序运行前后台切换
查看>>
ST5000M02-KC44故障
查看>>
python程序中在线文档编辑
查看>>
Sublime 快捷键 as Eclipse
查看>>
软件开发10种学习方法
查看>>
烂泥:k8s安装与配置ingress(一)
查看>>
Electron all the Angular 2 Things
查看>>
常用shell实例1
查看>>