yum-configure: error: Boost.System library not found

问题描述

configure: error: Boost.System library not found

Checking for boost libraries:
checking for boostlib >= 1.36... configure: We could not detect the boost libraries (version 1.36 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation.
checking whether the Boost::System library is available... no
configure: error: Boost.System library not found. Try using --with-boost-system=lib

centos 安装 libtorrent报错

boost已经yum安装了一遍。也编译安装了一遍。

解决方案

configure: error: No curses/termcap library found
*** Boost library >= 1.33 not found!
configure: error: readline library not found

解决方案二:

自己编译,不要yum

解决方案三:

通过源码来编译 不会那么多依赖

时间: 2024-12-22 15:45:03

yum-configure: error: Boost.System library not found的相关文章

编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法_php技巧

今天在64位Red Hat Enterprise Linux AS release 4 .7上编译PHP5.2.6出错,mysql是使用的RPM方式安装的,PHP编译代码如下: ./configure --prefix=/usr/local/php --with-mysql --with-apxs2=/usr/local/apache/bin/apxs --with-openssl --with-curl --enable-xml --with-mcrypt --with-ttf --enabl

configure: error: Please fix the library issues listed above and try again错误解决方法

今天在编译安装rrdtool时,进行到[root@localhost rrdtool-1.4.8]# ./configure --prefix=/usr/local/rrdtool 报错如下: checking for glib_check_version in -lglib-2.0... yes checking glib.h usability... no checking glib.h presence... no checking for glib.h... no checking fo

编译mysql提示错误:configure: error: No curses/termcap library found 解决方法

文章来源:   在编译Mysql时 ./configure –prefix=DIR 如果出现了以下错误: -- checking for tgetent in -ltermcap- no checking for termcap functions library- configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 apt-cache search curses | grep lib 如果没有安装

checking for termcap functions library... configure: error: No curses/termcap li

在编译MySQL时./configure --prefix=DIR如果出现了以下错误: checking for tgetent in -ltermcap... no checking for termcap functions library... configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 编译安装ncurses-5.7.tar.gz, wget ftp://invisible-islan

configure: error: Cannot find libmysqlclient under /usr/local/mysql.

执行下面语句: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql  --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --wit

随笔 - 141 文章 - 2 评论 - 289 Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法

今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由于我的虚拟机上之前安装过,我先yum remove httpd进行卸载,然后重新安装.我采用的是源码安装,先进行./configure --prefix=/usr/local/apahce  --enable-so ,提示以下错误: configure: error: APR not found. Please read the documentation. 解决办法 wget http://

Centos编译Nginx错误configure: error: the HTTP rewrite module 解决办法

我们在编译Centos手工编译Nginx时候,会出现各种编译不通过的错误提示,一般情况下都是系统缺少组件造成的,我这里把平时遇到的错误提示都总结下: 一.错误提示./configure: error: the HTTP rewrite module requires the PCRE library 原因:PCRE组件没有安装 解决办法:安装pcre-devel yum -y install pcre-devel openssl openssl-devel 或者手工编译安装PCRE组件 cd /

Configure: error: freetype.h not found

Configure: error: freetype.h not found. 的解决办法 Configure: error: freetype.h not found. 的解决办法 CentOSyum install freetype-devel Debian apt-get install libfreetype6-dev 参考: http://rffan.info/4244 http://www.linuxidc.com/Linux/2011-01/31115.htm

configure: error: Perl Module Time::HiRes not available错误解决方法

编译安装pnp4nagios-0.6.21的时候提示如下错误信息: checking for getloadavg... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whethe