configure: error: GMP version >= 4.3.2 required

配置mpc-1.0.1时提示此错误

查找了很多镜像站点,现在能找到的最低版本就是:mpc-1.0.1

wget ftp://gnu.mirror.iweb.com/mpc/mpc-1.0.1.tar.gz

遇到这个问题就去下载:gmp-4.3.2或者是更高的版本

wget ftp://gnu.mirror.iweb.com/gmp/gmp-4.3.2.tar.gz

注意:

我刚开始下载的最新版本:gmp-6.0.0a,但是在安装mpfr的时候有错误,安装不了,后来回忆好像也可能是我操作有错误。

时间: 2024-10-12 23:21:05

configure: error: GMP version >= 4.3.2 required的相关文章

configure: error: APR not found. Please read the documentation

本以为Apache的编译安装很简单,其实不然: 以前的环境下编译报错很少 ,但这次不行了 提示configure: error: APR not found. Please read the documentation. 经网上查阅资料才知道这是Apache的关联软件 在apr.apache.org网站上可以下载此软件(apr-1.4.5.tar.gz):编译安装完成后:本以为就可以相安无事的进行Apache的安装 :没想到 突然间报了个 configure: error: APR-util n

Android Error:(1, 0) Gradle version 2.2 is required. Current version is 3.4.1.

我们在使用Android Studio的时候新建项目没什么问题的,但是当我们下载一份Github上的项目导入进去的时候却没法正常使用,其原因主要是gradle配置问题.而由于gradle这个玩意儿版本更新太快,android Studio每个版本也不一样.比如2.3版本使用gradle的版本是3.3,而2.4版本使用的是3.4.1.那么这个时候会出现什么问题呢?当你使用Android Studio 2.4版本导入一个2.3版本的项目的话就会出现需要修改gradle的版本.有时候Android S

fedota 20编译php checking for mysql_set_server_option in -lmysqlclient... no configure: error: wrong mysql library version or lib not found. 错误

php-5.5.15 + mysql-5.5.27,编译php的时候报错,checking for mysql_set_server_option in -lmysqlclient... no configure: error: wrong mysql library version or lib not found. Check config.log for more information. 解决方法重新编译mysql,并把-DENABLE_DTRACE=0这项加进mysql的编译cmake

解决configure: error: Popt libraries is required简单报错笔记!

问题: 编译keepalived时报 configure: error: Popt libraries is required 问题原因: 这个错误是因为没有安装popt的开发包导致的 解决方式: 只要yum install popt-devel, 就可以安装好popt的开发包了. 重新./configure 总结:一般编译报错是缺少依赖包或者找不到一些东西,安装指定包或者做相应软链接即可! 注意事项:yum安装比较简单,但是卸载时候要注意依赖环境.编译安装比较灵活,但是麻烦.具体需求个人而定.

安装postgreSQL出现configure:error:readline library not found解决方法

要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能. #yum install readline; #yum install readline-dev; readline 也就是命令行编辑,关闭的话,你直接用psql 就不能编辑命令行,如果输错指令,不能回滚命令历史记录,只能手工重新输入. 在安装postgreSQL的过程中遇到一个问题,在执行 configure 过程中报以下错误,configure:

转 Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法

转自: http://www.cnblogs.com/Anker/p/3355573.html 今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由于我的虚拟机上之前安装过,我先yum remove httpd进行卸载,然后重新安装.我采用的是源码安装,先进行./configure --prefix=/usr/local/apahce  --enable-so ,提示以下错误: configure: error: APR not found.

centos 5.5 部署apache configure: error: APR not found. Please read the docume

在一次编译apache (httpd2.4.12)时报错,APR not found 在apr.apache.org网站上可以下载此软件(apr-1.5.2.tar.gz):apr-util-1.5.4.tar.gz ; 1.解决apr not found问题 [[email protected] tools]# cd /home/huarong/tools/apr-1.5.2 [[email protected] apr-1.5.2]# ./configure --prefix=/usr/lo

[apache2.4]configure: error: APR not found. Please read the documentation.

apache2.4 安装出现如下错误 ``` [[email protected] httpd-2.4.10]$ ./configure checking for chosen layout... Apache checking for working mkdir -p... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking b

configure error no acceptable C compiler found in

[root@localhost ~]# cd msmtp-1.4.20 [root@localhost msmtp-1.4.20]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatib