You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by huaxiang <hu...@asiainfo-linkage.com> on 2012/10/23 03:38:55 UTC

答复: thrift install error

Hi,
  Libboost_unit_test_framework not installed. Where can I find the RPM file
for x64?

  Thanks!

beatls

-----邮件原件-----
发件人: Jake Farrell [mailto:jfarrell@apache.org] 
发送时间: 2012年10月23日 9:00
收件人: user@thrift.apache.org
主题: Re: thrift install error

How was your boost configured and installed? looks like
libboost_unit_test_framework library is not being found, is it installed and
available?

-Jake


On Mon, Oct 22, 2012 at 3:08 PM, huaxiang
<hu...@asiainfo-linkage.com>wrote:

> Hi,
>
>     We are install thrift 0.9.0 with redhat 6.1, Below is error log of 
> "make",
>
>
>
> g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/cpp/src
> -I/usr/lib64/include  -Wall -g -O2 -MT TransportTest.o -MD -MP -MF 
> .deps/TransportTest.Tpo -c -o TransportTest.o TransportTest.cpp
>
> mv -f .deps/TransportTest.Tpo .deps/TransportTest.Po
>
> make[4]: *** No rule to make target
> `/usr/lib64/lib/libboost_unit_test_framework.a', needed by
`TransportTest'.
> Stop.
>
> make[4]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp/test'
>
> make[3]: *** [check-am] Error 2
>
> make[3]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp/test'
>
> make[2]: *** [check-recursive] Error 1
>
> make[2]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp'
>
> make[1]: *** [check-recursive] Error 1
>
> make[1]: Leaving directory `/hadoop0/thrift-0.9.0/lib'
>
> make: *** [check-recursive] Error 1
>
> [root@hadoop3 thrift-0.9.0]# make install
>
>
>
>
>
> How to make sure if the thrift is correctly installed?
>
>
>
> Best .R
>
>
>
> beatls
>
>


答复: 答复: thrift install error

Posted by huaxiang <hu...@asiainfo-linkage.com>.
HI,
 Below show the boost file already installed.

Installed Packages
boost.x86_64                                             1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-date-time.x86_64                                   1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-devel.x86_64                                       1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-filesystem.x86_64                                  1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-graph.x86_64                                       1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-iostreams.x86_64                                   1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-program-options.x86_64                             1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-python.x86_64                                      1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-regex.x86_64                                       1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-serialization.x86_64                               1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-signals.x86_64                                     1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-system.x86_64                                      1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-test.x86_64                                        1.41.0-11.el6_1.2
@rhel-source-163/6Server
boost-thread.x86_64                                      1.41.0-11.el6_1.2
@rhel-source-163/6Server

any other problem?

beatls    

-----邮件原件-----
发件人: Jake Farrell [mailto:jfarrell@apache.org] 
发送时间: 2012年10月23日 10:23
收件人: huaxiang
抄送: user@thrift.apache.org
主题: Re: 答复: thrift install error

You can always compile by hand or install the boost-test and boost-devel
rpms matching the current version of boost that you have all ready
installed.

-Jake



On Mon, Oct 22, 2012 at 9:38 PM, huaxiang
<hu...@asiainfo-linkage.com>wrote:

> Hi,
>   Libboost_unit_test_framework not installed. Where can I find the RPM 
> file for x64?
>
>   Thanks!
>
> beatls
>
> -----邮件原件-----
> 发件人: Jake Farrell [mailto:jfarrell@apache.org]
> 发送时间: 2012年10月23日 9:00
> 收件人: user@thrift.apache.org
> 主题: Re: thrift install error
>
> How was your boost configured and installed? looks like 
> libboost_unit_test_framework library is not being found, is it 
> installed and available?
>
> -Jake
>
>
> On Mon, Oct 22, 2012 at 3:08 PM, huaxiang
> <hu...@asiainfo-linkage.com>wrote:
>
> > Hi,
> >
> >     We are install thrift 0.9.0 with redhat 6.1, Below is error log 
> > of "make",
> >
> >
> >
> > g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/cpp/src
> > -I/usr/lib64/include  -Wall -g -O2 -MT TransportTest.o -MD -MP -MF 
> > .deps/TransportTest.Tpo -c -o TransportTest.o TransportTest.cpp
> >
> > mv -f .deps/TransportTest.Tpo .deps/TransportTest.Po
> >
> > make[4]: *** No rule to make target
> > `/usr/lib64/lib/libboost_unit_test_framework.a', needed by
> `TransportTest'.
> > Stop.
> >
> > make[4]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp/test'
> >
> > make[3]: *** [check-am] Error 2
> >
> > make[3]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp/test'
> >
> > make[2]: *** [check-recursive] Error 1
> >
> > make[2]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp'
> >
> > make[1]: *** [check-recursive] Error 1
> >
> > make[1]: Leaving directory `/hadoop0/thrift-0.9.0/lib'
> >
> > make: *** [check-recursive] Error 1
> >
> > [root@hadoop3 thrift-0.9.0]# make install
> >
> >
> >
> >
> >
> > How to make sure if the thrift is correctly installed?
> >
> >
> >
> > Best .R
> >
> >
> >
> > beatls
> >
> >
>
>


Re: 答复: thrift install error

Posted by Jake Farrell <jf...@apache.org>.
You can always compile by hand or install the boost-test and boost-devel
rpms matching the current version of boost that you have all ready
installed.

-Jake



On Mon, Oct 22, 2012 at 9:38 PM, huaxiang <hu...@asiainfo-linkage.com>wrote:

> Hi,
>   Libboost_unit_test_framework not installed. Where can I find the RPM file
> for x64?
>
>   Thanks!
>
> beatls
>
> -----邮件原件-----
> 发件人: Jake Farrell [mailto:jfarrell@apache.org]
> 发送时间: 2012年10月23日 9:00
> 收件人: user@thrift.apache.org
> 主题: Re: thrift install error
>
> How was your boost configured and installed? looks like
> libboost_unit_test_framework library is not being found, is it installed
> and
> available?
>
> -Jake
>
>
> On Mon, Oct 22, 2012 at 3:08 PM, huaxiang
> <hu...@asiainfo-linkage.com>wrote:
>
> > Hi,
> >
> >     We are install thrift 0.9.0 with redhat 6.1, Below is error log of
> > "make",
> >
> >
> >
> > g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../lib/cpp/src
> > -I/usr/lib64/include  -Wall -g -O2 -MT TransportTest.o -MD -MP -MF
> > .deps/TransportTest.Tpo -c -o TransportTest.o TransportTest.cpp
> >
> > mv -f .deps/TransportTest.Tpo .deps/TransportTest.Po
> >
> > make[4]: *** No rule to make target
> > `/usr/lib64/lib/libboost_unit_test_framework.a', needed by
> `TransportTest'.
> > Stop.
> >
> > make[4]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp/test'
> >
> > make[3]: *** [check-am] Error 2
> >
> > make[3]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp/test'
> >
> > make[2]: *** [check-recursive] Error 1
> >
> > make[2]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp'
> >
> > make[1]: *** [check-recursive] Error 1
> >
> > make[1]: Leaving directory `/hadoop0/thrift-0.9.0/lib'
> >
> > make: *** [check-recursive] Error 1
> >
> > [root@hadoop3 thrift-0.9.0]# make install
> >
> >
> >
> >
> >
> > How to make sure if the thrift is correctly installed?
> >
> >
> >
> > Best .R
> >
> >
> >
> > beatls
> >
> >
>
>