CentOS:/bin/sh: autoconf: command not found报错

本文介绍了在CentOS7系统中遇到`makeconfigure`命令报`autoconf:commandnotfound`错误时的解决步骤,包括检查autoconf和automake是否已安装,使用yum安装对应包。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、问题描述
CentOS 7 下执行 make configure 命令时报错:

/bin/sh: autoconf: command not found


二、解决方法
1.查看 autoconf、automake 是否已安装

rpm -qa|grep autoconf
rpm -qa|grep automake


2.查看 autoconf、automake 对应的包

yum whatprovides autoconf automake
[root@server-c00ef8c3-710d-4708-9cde-2c864e7c03e2 git-2.35.1]# yum whatprovides autoconf automake
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
autoconf-2.69-11.el7.noarch : A GNU tool for automatically configuring source code
Repo        : base
automake-1.13.4-3.el7.noarch : A GNU tool for automatically creating Makefiles
Repo        : base


3.安装

yum -y install autoconf-2.69-11.el7.noarch
yum -y install automake-1.13.4-3.el7.noarch
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值