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

简介:

http://www.shangxueba.com/jingyan/121655.html

在安装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

http://os.51cto.com/art/201104/252989.htm

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



相关文章
|
开发工具
WARNING: library configuration mismatch
WARNING: library configuration mismatch
288 0
|
Java Linux
error: Failed dependencies: libjvm.so()(64bit) is needed by (installed)
error: Failed dependencies: libjvm.so()(64bit) is needed by (installed)
error: Failed dependencies: libjvm.so()(64bit) is needed by (installed)
configure: error: libacl not found
configure: error: libacl not found
75 0
configure: error: gperf is needed
configure: error: gperf is needed
117 0
configure: error: udev support requested but libudev header not installed
configure: error: udev support requested but libudev header not installed
321 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
136 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
88 0
configure: error: C compiler cannot create executables
configure: error: C compiler cannot create executables
315 0
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
178 0
|
应用服务中间件 Linux nginx
./configure: error: C compiler cc is not found
./configure: error: C compiler cc is not found
744 0