You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by ft420 <ar...@gmail.com> on 2009/03/05 15:46:00 UTC

Unable to install qpid

I installed ruby. As per the INSTALL file in qpid i installed boost,
e2fsprogs, pkgconfig in a folder named QPID.
To install qpid following steps are carried out
Step1: ./configure --prefix=QPID executes successfully
Step2: make install
this gives error. Error is while compiling the files available in
qpid-cpp-M4/qpidc-0.4/src in QueueBinding.h as it does not get
boost/ptr_container/ptr_list.hpp file.

Please let me know the solution. 
-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2429811.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
cat /proc/version -> Linux version 2.6.9-42.ELsmp and Red Hat 3.4.6-2

On 3/12/09, Gordon Sim (via Nabble)
<ml...@n2.nabble.com>>
wrote:
>
> ft420 wrote:
> > I am trying to install qpid whose INSTALL.txt has 2 steps specified in it
>
> > step1 : ./configure --prefix=root/QPID
> > step 2: make install
> >
> > make install step gives error as it does not get boost header files.
> could
> > you please give me links wherein i can get boost 1.33 and its -devel
> > package..
>
> What operating system version are you running?
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2467921&i=0>
>
>
>
> ------------------------------
>  This email is a reply to your post @
> http://n2.nabble.com/Without-Ruby-...-tp2375057p2467921.html
> You can reply by email or by visting the link above.
>
>

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2471761.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

Re: Unable to install qpid

Posted by Gordon Sim <gs...@redhat.com>.
ft420 wrote:
> I am trying to install qpid whose INSTALL.txt has 2 steps specified in it 
> step1 : ./configure --prefix=root/QPID
> step 2: make install
> 
> make install step gives error as it does not get boost header files. could
> you please give me links wherein i can get boost 1.33 and its -devel
> package..

What operating system version are you running?

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
I am trying to install qpid whose INSTALL.txt has 2 steps specified in it 
step1 : ./configure --prefix=root/QPID
step 2: make install

make install step gives error as it does not get boost header files. could
you please give me links wherein i can get boost 1.33 and its -devel
package..



Gordon Sim wrote:
> 
> ft420 wrote:
>> do you mean there will be an directory name svn in the RHEL CD? I am
>> sorry
>> but i am not getting you.. 
> 
> No, I thought you were attempting to build the source. If you want to 
> build the source and have boost 1.32 then you will need the special 
> patch that is located in the qpid svn repository[1].
> 
> Without that special patch you will need boost 1.33 or above (including 
> the -devel package).
> 
> [1]
> http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/boost-1.32-support/
> 
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
> 
> 
> 

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2467174.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by Gordon Sim <gs...@redhat.com>.
ft420 wrote:
> do you mean there will be an directory name svn in the RHEL CD? I am sorry
> but i am not getting you.. 

No, I thought you were attempting to build the source. If you want to 
build the source and have boost 1.32 then you will need the special 
patch that is located in the qpid svn repository[1].

Without that special patch you will need boost 1.33 or above (including 
the -devel package).

[1] http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/boost-1.32-support/

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
do you mean there will be an directory name svn in the RHEL CD? I am sorry
but i am not getting you.. 


Gordon Sim wrote:
> 
> ft420 wrote:
>> As per your suggesstion i did install boost-1.32.0-1rhel4.i386.rpm,
>> boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
>> e2fsprogs-devel-1.35-12.4.EL4.i386.rpm but the problem still exists.
>> Error
>> has not been eliminated. make install is still giving the same error as
>> mentioned earlier.
> 
> For boost 1.32 you need to use the special patch in the 
> boost-1.32-support package.
> 
> Checkout the source from svn, cd into that directory, run make apply, cd 
> back up to cpp root then ./bootstrap and ./configure.
> 
> 
>> Gordon Sim wrote:
>>> ft420 wrote:
>>>> hi 
>>>> I checked RHEL CDs... Its has boost-1.32.0-1rhel4.i386.rpm,
>>>> boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
>>>> e2fsprogs-devel-1.35-12.4.EL4.i386.rpm. As per INSTALL document in the
>>>> installable at http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz
>>>> boost
>>>> version > 1.35 and e2fsprogs version > 1.39.
>>>> Hence version of boost, boost-devel & e2fsprogs, e2fsproges-devel
>>>> available
>>>> in the RHEL CD is  of no use.
>>>> what do i do now?
>>> I have boost 1.33 and that works fine, as does 1.34.
>>>
>>> ---------------------------------------------------------------------
>>> Apache Qpid - AMQP Messaging Implementation
>>> Project:      http://qpid.apache.org
>>> Use/Interact: mailto:users-subscribe@qpid.apache.org
>>>
>>>
>>>
>> 
> 
> 
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
> 
> 
> 

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2465691.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by Gordon Sim <gs...@redhat.com>.
ft420 wrote:
> As per your suggesstion i did install boost-1.32.0-1rhel4.i386.rpm,
> boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
> e2fsprogs-devel-1.35-12.4.EL4.i386.rpm but the problem still exists. Error
> has not been eliminated. make install is still giving the same error as
> mentioned earlier.

For boost 1.32 you need to use the special patch in the 
boost-1.32-support package.

Checkout the source from svn, cd into that directory, run make apply, cd 
back up to cpp root then ./bootstrap and ./configure.


> Gordon Sim wrote:
>> ft420 wrote:
>>> hi 
>>> I checked RHEL CDs... Its has boost-1.32.0-1rhel4.i386.rpm,
>>> boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
>>> e2fsprogs-devel-1.35-12.4.EL4.i386.rpm. As per INSTALL document in the
>>> installable at http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz
>>> boost
>>> version > 1.35 and e2fsprogs version > 1.39.
>>> Hence version of boost, boost-devel & e2fsprogs, e2fsproges-devel
>>> available
>>> in the RHEL CD is  of no use.
>>> what do i do now?
>> I have boost 1.33 and that works fine, as does 1.34.
>>
>> ---------------------------------------------------------------------
>> Apache Qpid - AMQP Messaging Implementation
>> Project:      http://qpid.apache.org
>> Use/Interact: mailto:users-subscribe@qpid.apache.org
>>
>>
>>
> 


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
As per your suggesstion i did install boost-1.32.0-1rhel4.i386.rpm,
boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
e2fsprogs-devel-1.35-12.4.EL4.i386.rpm but the problem still exists. Error
has not been eliminated. make install is still giving the same error as
mentioned earlier.




Gordon Sim wrote:
> 
> ft420 wrote:
>> hi 
>> I checked RHEL CDs... Its has boost-1.32.0-1rhel4.i386.rpm,
>> boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
>> e2fsprogs-devel-1.35-12.4.EL4.i386.rpm. As per INSTALL document in the
>> installable at http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz
>> boost
>> version > 1.35 and e2fsprogs version > 1.39.
>> Hence version of boost, boost-devel & e2fsprogs, e2fsproges-devel
>> available
>> in the RHEL CD is  of no use.
>> what do i do now?
> 
> I have boost 1.33 and that works fine, as does 1.34.
> 
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
> 
> 
> 

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2455202.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by Gordon Sim <gs...@redhat.com>.
ft420 wrote:
> hi 
> I checked RHEL CDs... Its has boost-1.32.0-1rhel4.i386.rpm,
> boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
> e2fsprogs-devel-1.35-12.4.EL4.i386.rpm. As per INSTALL document in the
> installable at http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz boost
> version > 1.35 and e2fsprogs version > 1.39.
> Hence version of boost, boost-devel & e2fsprogs, e2fsproges-devel available
> in the RHEL CD is  of no use.
> what do i do now?

I have boost 1.33 and that works fine, as does 1.34.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
hi 
I checked RHEL CDs... Its has boost-1.32.0-1rhel4.i386.rpm,
boost-devel-1.32.0-1rhel4.i386.rpm, e2fsprogs-1.35-12.4.EL4.i386.rpm &
e2fsprogs-devel-1.35-12.4.EL4.i386.rpm. As per INSTALL document in the
installable at http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz boost
version > 1.35 and e2fsprogs version > 1.39.
Hence version of boost, boost-devel & e2fsprogs, e2fsproges-devel available
in the RHEL CD is  of no use.
what do i do now?


ft420 wrote:
> 
> could you please explain what exactly do you mean by saying RHEL DVD will
> work? I mean does the RHEL DVD have -devel packages for e2fsprogs & boost
> in it?
> I have installed 1.38 boost version & 1.41.4 e2fsprogs version. Will i get
> -devel packages of respective version in RHEL4 DVD?
> I am very much confused.... please help.
> 
> Carl Trieloff wrote:
>> 
>> 
>> If you have a RHEL, Fedora or such DVD, that will also work.
>> Carl.
>> 
>> 
>> ft420 wrote:
>>> Hi
>>> My problem is i don't have Internet on Linux machine. So yum is of no
>>> use to
>>> me, i had searched for     -devel packages for boost and e2fsprogs on
>>> internet, but could not find it. I suppose pkgconfig doesnot have -devel
>>> package. Google gives many links to boost-devel & e2fsprogs-devel
>>> downloads
>>> but none of them are active i.e. there are no rpm files available on the
>>> links mentioned.
>>>
>>>
>>>
>>> Carl Trieloff wrote:
>>>   
>>>> you are most likely missing the yum install boost-devel
>>>>
>>>> Carl.
>>>>
>>>>
>>>> ft420 wrote:
>>>>     
>>>>> I installed ruby. As per the INSTALL file in qpid i installed boost,
>>>>> e2fsprogs, pkgconfig in a folder named QPID.
>>>>> To install qpid following steps are carried out
>>>>> Step1: ./configure --prefix=QPID executes successfully
>>>>> Step2: make install
>>>>> this gives error. Error is while compiling the files available in
>>>>> qpid-cpp-M4/qpidc-0.4/src in QueueBinding.h as it does not get
>>>>> boost/ptr_container/ptr_list.hpp file.
>>>>>
>>>>> Please let me know the solution. 
>>>>>   
>>>>>       
>>>> ---------------------------------------------------------------------
>>>> Apache Qpid - AMQP Messaging Implementation
>>>> Project:      http://qpid.apache.org
>>>> Use/Interact: mailto:users-subscribe@qpid.apache.org
>>>>
>>>>
>>>>
>>>>     
>>>
>>>   
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2448634.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
could you please explain what exactly do you mean by saying RHEL DVD will
work? I mean does the RHEL DVD have -devel packages for e2fsprogs & boost in
it?
I have installed 1.38 boost version & 1.41.4 e2fsprogs version. Will i get
-devel packages of this version in RHEL4 DVD?
I am very much confused.... please help.

Carl Trieloff wrote:
> 
> 
> If you have a RHEL, Fedora or such DVD, that will also work.
> Carl.
> 
> 
> ft420 wrote:
>> Hi
>> My problem is i don't have Internet on Linux machine. So yum is of no use
>> to
>> me, i had searched for     -devel packages for boost and e2fsprogs on
>> internet, but could not find it. I suppose pkgconfig doesnot have -devel
>> package. Google gives many links to boost-devel & e2fsprogs-devel
>> downloads
>> but none of them are active i.e. there are no rpm files available on the
>> links mentioned.
>>
>>
>>
>> Carl Trieloff wrote:
>>   
>>> you are most likely missing the yum install boost-devel
>>>
>>> Carl.
>>>
>>>
>>> ft420 wrote:
>>>     
>>>> I installed ruby. As per the INSTALL file in qpid i installed boost,
>>>> e2fsprogs, pkgconfig in a folder named QPID.
>>>> To install qpid following steps are carried out
>>>> Step1: ./configure --prefix=QPID executes successfully
>>>> Step2: make install
>>>> this gives error. Error is while compiling the files available in
>>>> qpid-cpp-M4/qpidc-0.4/src in QueueBinding.h as it does not get
>>>> boost/ptr_container/ptr_list.hpp file.
>>>>
>>>> Please let me know the solution. 
>>>>   
>>>>       
>>> ---------------------------------------------------------------------
>>> Apache Qpid - AMQP Messaging Implementation
>>> Project:      http://qpid.apache.org
>>> Use/Interact: mailto:users-subscribe@qpid.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> 

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2447424.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by Carl Trieloff <cc...@redhat.com>.
If you have a RHEL, Fedora or such DVD, that will also work.
Carl.


ft420 wrote:
> Hi
> My problem is i don't have Internet on Linux machine. So yum is of no use to
> me, i had searched for     -devel packages for boost and e2fsprogs on
> internet, but could not find it. I suppose pkgconfig doesnot have -devel
> package. Google gives many links to boost-devel & e2fsprogs-devel downloads
> but none of them are active i.e. there are no rpm files available on the
> links mentioned.
>
>
>
> Carl Trieloff wrote:
>   
>> you are most likely missing the yum install boost-devel
>>
>> Carl.
>>
>>
>> ft420 wrote:
>>     
>>> I installed ruby. As per the INSTALL file in qpid i installed boost,
>>> e2fsprogs, pkgconfig in a folder named QPID.
>>> To install qpid following steps are carried out
>>> Step1: ./configure --prefix=QPID executes successfully
>>> Step2: make install
>>> this gives error. Error is while compiling the files available in
>>> qpid-cpp-M4/qpidc-0.4/src in QueueBinding.h as it does not get
>>> boost/ptr_container/ptr_list.hpp file.
>>>
>>> Please let me know the solution. 
>>>   
>>>       
>> ---------------------------------------------------------------------
>> Apache Qpid - AMQP Messaging Implementation
>> Project:      http://qpid.apache.org
>> Use/Interact: mailto:users-subscribe@qpid.apache.org
>>
>>
>>
>>     
>
>   


Re: Unable to install qpid

Posted by ft420 <ar...@gmail.com>.
Hi
My problem is i don't have Internet on Linux machine. So yum is of no use to
me, i had searched for     -devel packages for boost and e2fsprogs on
internet, but could not find it. I suppose pkgconfig doesnot have -devel
package. Google gives many links to boost-devel & e2fsprogs-devel downloads
but none of them are active i.e. there are no rpm files available on the
links mentioned.



Carl Trieloff wrote:
> 
> 
> you are most likely missing the yum install boost-devel
> 
> Carl.
> 
> 
> ft420 wrote:
>> I installed ruby. As per the INSTALL file in qpid i installed boost,
>> e2fsprogs, pkgconfig in a folder named QPID.
>> To install qpid following steps are carried out
>> Step1: ./configure --prefix=QPID executes successfully
>> Step2: make install
>> this gives error. Error is while compiling the files available in
>> qpid-cpp-M4/qpidc-0.4/src in QueueBinding.h as it does not get
>> boost/ptr_container/ptr_list.hpp file.
>>
>> Please let me know the solution. 
>>   
> 
> 
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:users-subscribe@qpid.apache.org
> 
> 
> 

-- 
View this message in context: http://n2.nabble.com/Without-Ruby-...-tp2375057p2433926.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org


Re: Unable to install qpid

Posted by Carl Trieloff <cc...@redhat.com>.
you are most likely missing the yum install boost-devel

Carl.


ft420 wrote:
> I installed ruby. As per the INSTALL file in qpid i installed boost,
> e2fsprogs, pkgconfig in a folder named QPID.
> To install qpid following steps are carried out
> Step1: ./configure --prefix=QPID executes successfully
> Step2: make install
> this gives error. Error is while compiling the files available in
> qpid-cpp-M4/qpidc-0.4/src in QueueBinding.h as it does not get
> boost/ptr_container/ptr_list.hpp file.
>
> Please let me know the solution. 
>   


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org