3

Thrift をインストールしようとすると、次のエラーが表示されます。

    ./configure
    ...
    checking for boostlib >= 1.40.0... configure: WARNING: We could not detect the boost libraries (version 1.40 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 <boost/version.hpp>. See http://randspringer.de/boost for more documentation.

CentOSを使用しています。CentOSの Thrift docs に従って、私はやった

sudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel

使ってみまし--with-boostたがダメでした。

私もやった:

[]# yum install boost141
Setting up Install Process
Package boost141-1.41.0-2.el5.x86_64 already installed and latest version
Nothing to do
[]# yum install boost141-devel
Setting up Install Process
Package boost141-devel-1.41.0-2.el5.x86_64 already installed and latest version
Package boost141-devel-1.41.0-2.el5.i386 already installed and latest version
Nothing to do

だから今私は持っています:

[root@domU-12-31-39-18-3D-20 include]# find / -name boost
/usr/local/bin/boost
/usr/include/boost141/boost
/usr/include/boost

さまざまなグーグル検索で、「ああ、gcc-c++ でした。それはインストールしていませんでした」と言うこのエラーを持つ人々を見つけましたが、私が知る限り、gcc-c++ がインストールされています。

[root@domU-12-31-39-18-3D-20 boost]# yum install gcc-c++
rightscale-epel                                                                                                                                                                                                   |  951 B     00:00     
Setting up Install Process
Package gcc-c++-4.1.2-46.el5_4.2.x86_64 already installed and latest version
Nothing to do

何かアドバイス?前もって感謝します。

4

1 に答える 1