linux autoconf 升级,autoconf问题

linux autoconf 升级,autoconf问题autoconf问题IfyougetthefollowingerrorwhencompilingGD2.0.34orhigher:Tryingtomakegd…cd.&&/bin/sh/usr/local/directadmin/customapache/gd-2.0.34/config/missing–runautoheaderconf…

大家好,又见面了,我是你们的朋友全栈君。

autoconf问题

If you get the following error when compiling GD 2.0.34 or higher:

Trying to make gd…

cd . && /bin/sh

/usr/local/directadmin/customapache/gd-2.0.34/config/missing –run autoheader

configure.ac:28: error: Autoconf version 2.58 or higher is required

aclocal.m4:7856: AM_INIT_AUTOMAKE is expanded from…

configure.ac:28: the top level

autom4te: /usr/bin/m4 failed with exit status: 1

autoheader: /usr/bin/autom4te failed with exit status: 1

Run the following to fix it:

cd /usr/src

wget http://files.directadmin.com/services/custombuild/autoconf-2.61.tar.gz

tar xzf autoconf-2.61.tar.gz

cd autoconf-2.61

./configure –prefix=/usr

make

make install

阅读(6610) | 评论(0) | 转发(0) |

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/136172.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • clion 激活码_在线激活

    (clion 激活码)JetBrains旗下有多款编译器工具(如:IntelliJ、WebStorm、PyCharm等)在各编程领域几乎都占据了垄断地位。建立在开源IntelliJ平台之上,过去15年以来,JetBrains一直在不断发展和完善这个平台。这个平台可以针对您的开发工作流进行微调并且能够提供…

    2022年3月26日
    67
  • pycharm安装no interpreter_no python interpreter configured

    pycharm安装no interpreter_no python interpreter configured今天由于重装了系统,所以必须得重新配置一些软件,在打开pycharm运行程序时显示“nopythoninterpreterconfiguredforproject”提示。根据字面意思是“python没有解释器”。解决办法:找到你之前下载python环境支持库如下图所示:在pycharm中点击File->setting进行如下图操作,选中支持库中pythonw.exe…

    2022年8月26日
    6
  • 数据库实例: STOREBOOK > 表空间 > 编辑 表空间: SYSTEM

    数据库实例: STOREBOOK > 表空间 > 编辑 表空间: SYSTEM

    2022年3月7日
    45
  • linux vsftpd_linux搭建vsftpd

    linux vsftpd_linux搭建vsftpd1.vsftp服务器在安装服务器的时候进行安装2.启动ftp服务servicevsftpdstart3.测试ftp是否可连接ftplocalhost4.ftp退出bye5.在windows中测试ftp是否能连接上打开cmd窗口执行ftpxxx.xxx.xx.xxx6.如果ftp连接不上判断linux中的ftp服务是否打开,linux的防火墙是否…

    2022年9月24日
    2
  • Java并发编程之ConcurrentSkipListMap

    Java并发编程之ConcurrentSkipListMapConcurrentSkipListMap数据结构抓住了数据结构,对于理解整个ConcurrentSkipListMap有很重要的作用,其实,通过源码可知其数据结构如下。可以看到ConcurrentSkipListMap的数据结构使用的是跳表,每一个HeadIndex、Index结点都会包含一个对Node的引用,同一垂直方向上的Index、HeadIndex结点都包含了最底层的Node结点的…

    2025年5月22日
    3
  • solr与.net课程(七)solr主从复制

    solr与.net课程(七)solr主从复制

    2022年1月2日
    62

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号