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



目录
打赏
0
0
0
0
344
分享
相关文章
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: gperf is needed
configure: error: gperf is needed
130 0
configure: error: libacl not found
configure: error: libacl not found
95 0
No matching configuration of project :libusb was found.
No matching configuration of project :libusb was found.
639 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
168 0
configure: error: You requested LIBYUV but not found...die
configure: error: You requested LIBYUV but not found...die
124 0
configure: error: You requested G729 audio codec but not found...die
configure: error: You requested G729 audio codec but not found...die
100 0
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1
746 0
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 问题解决
235 0
ERROR: Could not install packages due to an Oserror: [Errno 13] Permission denied: RECORD Consider
ERROR: Could not install packages due to an Oserror: [Errno 13] Permission denied: RECORD Consider
1232 0
ERROR: Could not install packages due to an Oserror: [Errno 13] Permission denied: RECORD Consider
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等