在安装storm 依赖包 zeromq 时,报以下的错误

[hel2@l-owl1.plat.qa.bj1 ~/soft/zeromq-2.1.7]$ ./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... no

checking how to create a ustar tar archive... gnutar

checking for gcc... no

checking for cc... no

checking for cl.exe... no

configure: error: in `/home/hel2/soft/zeromq-2.1.7':

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

See `config.log' for more details

中configure: error: no acceptable C compiler found in $PATH,上网查看了以下,发现是环境里没有安装gcc。

查看的方式: gcc -v

安装方式:yum install gcc

从以上日志来看,可能还缺少MAKE,不知道有没有影响。

经过确认是,configure没关系的,但make是做不了的。

需要使用 yum install make 安装

configure: error: Unable to find a working C++ compiler

说明是:系统没有安装g++,使用命令yum install gcc-c++安装g++

configure: error: cannot link with -luuid, install uuid-dev.

按照说明:应该执行

yum install uuid-devel

yum install libuuid-devel

安装 storm 的依赖包JZMQ 时,报以下的错误

错误:autogen.sh: error: could not find libtool.  libtool is required to run autogen.sh.

安装:yum install libtool

configure: error: no acceptable C compiler found in $PATH 问题解决相关推荐

  1. 编译安装zabbix时遇到configure: error: no acceptable C compiler found in $PATH 问题解决

    ./configure --prefix=/usr/local/zabbix --enable-agent no acceptable C compiler found in $PATH,代表你没有安 ...

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

    配置zabbix的时候报错configure: error: no acceptable C compiler found in $PATH 解决办法:安装GCC软件套件 [root@localhos ...

  3. 安装Python2.7出现configure: error: no acceptable C compiler found in $PATH错误

    安装Python2.7出现configure: error: no acceptable C compiler found in $PATH错误 安装步骤: 安装依赖 yum groupinstall ...

  4. CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH

    CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH 因为是centos linux,默认可以采用yum方 ...

  5. 关于configure: error: no acceptable C compiler found in $PATH

    Linux系统在安装python3的时候报错: $ ./configure --prefix=/usr/local/python3 checking build system type... x86_ ...

  6. centos7:glibc:configure: error: no acceptable C compiler found in $PATH

    升级glibc2.31出现的问题: configure: error: in `/root/glibc-2.31/build': configure: error: no acceptable C c ...

  7. 编译Python时报错:configure: error: no acceptable C compiler found in $PATH

    报错信息如下: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system type... i686 ...

  8. CentOS6 安装gcc编译器,解决【configure: error: no acceptable C compiler found in $PATH】问题

    前言: 编译文件 ntfs-3g_ntfsprogs-2021.8.22 时报缺少C编译器错误,所以需要安装gcc编译器.绿色字体标注即是错误提示. [root@localhost ntfs-3g_n ...

  9. 【转载】Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH

    安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ...

最新文章

  1. php获取网页标题接口,PHP获取网页标题的3种实现方法代码实例
  2. Python中的反射机制(reflect)
  3. [python-图像处理]python图片处理技巧[基本操作]
  4. leetcode 19. Remove Nth Node From End of List | 19. 删除链表的倒数第 N 个结点(Java)
  5. IOC AOP 设计模式
  6. 电路板上的插头怎么拔下来_中国连城 | 接插件在电路板上的作用及它的种类介绍...
  7. 卸载pytorch_Pytorch中的hook的使用详解
  8. 面试官:如何实现幂等性校验?
  9. 使用CImage绘制半透明图片
  10. 跨域问题时的Filter无效
  11. HDU 6170 2017 多校训练:Two strings(DP)
  12. SQL:pgsql中时间戳转换为整数
  13. mysql left join右边有多条_left join 右表多条数据重复
  14. 调用发票管理系统的方法2
  15. 苏州大学计算机考研复试机试,2014年苏州大学计算机考研经验
  16. 【供应链架构day11】京东履约系统的演进之路
  17. pox控制器学习笔记
  18. 网络游戏客户端延迟处理
  19. 计算机网络基础之数据链路层的功能与服务
  20. Windows命令行打开常用设置/控制面板功能

热门文章

  1. 字节跳动自研线上引流回放系统的架构演进
  2. Nature综述:未培养微生物的新兴培养技术
  3. 如何用python编程能实现输入诗句的上句显示下句_Python爬虫之诗歌接龙
  4. wordpress.mu
  5. 剖析环境加密与文档加密
  6. 基于LPRNet的车牌识别算法移植与测试
  7. 完数什么意思_完美数是什么?
  8. 高并发下单/抢票问题处理
  9. 微信小程序支付流程(新手教程)
  10. 嵌入式Linux常用命令