Git工具安装报错:autoconf: command not found

深藏阁楼爱情的钟 2023-02-18 03:03 139阅读 0赞
在执行make configure时报错:autoconf: command not found
  1. [root@localhost ~]# cd git-2.26.2/
  2. [root@localhost git-2.26.2]# make configure
  3. [root@localhost git-2.26.2]# ./configure --prefix=/usr/local/git
  4. [root@localhost git-2.26.2]# make profix=/usr/local/git
  5. [root@localhost git-2.26.2]# make install
解决方案 :需要安装libtool

执行安装命令:

  1. yum install install autoconf automake libtool

发表评论

表情:
评论列表 (有 0 条评论,139人围观)

还没有评论,来说两句吧...

相关阅读