configure: error: libmpfr not found or uses a different ABI (including static vs shared).

配置mpc的时候提示此错误:

mpc下载:

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

问题原因:

缺少mpfr,下载地址

http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.xz

http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.gz

注意文件的扩展名,压缩比不同,解压方式也不同,.tar.xz的压缩率比较高。

对应的解压方式:

tar -zxvf mpfr-3.1.2.tar.gz

.tar.xz的解压方法:

xz -d mpfr-3.1.2.tar.xz

会产生一个mpfr-3.1.2.tar 文件,再执行

tar -xvf mpfr-3.1.2.tar

安装:

解压完成后进入目录配置安装:

# cd ./mpfr-3.1.2
# ./configure
# make && make install

依赖项:

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

时间: 2024-08-08 01:24:02

configure: error: libmpfr not found or uses a different ABI (including static vs shared).的相关文章

nginx安装报错./configure: error: the http rewrite module requires the pcre library.

nginx编译时报错: ./configure: error: the http rewrite module requires the pcre library. 解决方法: [[email protected] nginx-1.5.9]#  yum install zlib-devel -y

php安装编译时 configure: error: Cannot find OpenSSL's <evp.h>

=============================================== yum install error: protected multilib versions error===============================================sudo yum downgrade openssl 降级sudo yum install openssl-devel ===另外参考====================================

zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法

如题所示,在CentOS6.x的系统中安装zabbix3.x,使用了以下的编译命令: ./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个库解决: [[email protected] za

configure: error: Cannot find libmysqlclient under /usr Note that the MySQL client library is not bundled anymore! 报错解决

错误说明 今天在centos 6.3 64位版本上安装PHP5.4.3时在./configure 步骤的时候出现了下面错误configure: error: Cannot find libmysqlclient under /usr.Note that the MySQL client library is not bundled anymore! 原因分析与解决 通过查找libmysqlclient,发现是在/usr/lib64/mysql/目录内的libmysqlclient.so.15.0

linux下安装安装pcre-8.32 configure: error: You need a C++ compiler for C++ support

linux下安装安装pcre-8.32./configure --prefix=/usr/local/pcre 出现以下错误configure: error: You need a C++ compiler for C++ support 正解 yum install -y gcc gcc-c++

解决编译apache出现的问题:configure: error: APR not found . Please read the documentation

今日编译apache时出错: #./configure --prefix……检查编辑环境时出现: checking for APR... no configure: error: APR not found .  Please read the documentation 解决办法: 1.下载所需软件包: apr以及apr-util官网 http://apr.apache.org/download.cgi wget http://apache.fayea.com//apr/apr-1.5.2.t

转 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.

How to Install wget in OS X如何在Mac OS X下安装wget并解决configure: error:

1.ftp://ftp.gnu.org/gnu/wget/官网下载最新的安装包 wget-1.19.tar.gz 2.打开终端输入 tar zxvf wget-1.9.1.tar.gz 解压缩 3.进入wget所在文件夹 终端输入cd wget-1.9.1 4.终端输入 ./configure 如果出现configure: error: The pkg-config script could not be found or is too old. Make sure it is in your

checking ImageMagick MagickWand API configuration program... configure: error:

安装imagick报错: [[email protected] imagick-2.3.0]# ./configure --with-php-config=/usr/local/php/bin/php-configchecking  ImageMagick MagickWand API configuration program... configure: error:  not found. Please provide a path to MagickWand-config or Wand-