You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Ask Stack <as...@yahoo.com> on 2013/08/09 22:09:59 UTC

question about compiling qpidc-0.22

Hello everyone:

I followed INSTALL to compile
1. Do I need to worry about  amqp 1.0 support not enabled , PythonLibs, PerlLibs ?


[root@compile bld]# cmake -DCMAKE_BUILD_TYPE=Release ..
-- No AMQP spec... presume generated sources are included
-- checking for module 'libqpid-proton'
--   package 'libqpid-proton' not found
-- Qpid proton not found, amqp 1.0 support not enabled
-- Legacystore is excluded from build.
-- Could NOT find PythonLibs  (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_PATH)
-- Could NOT find PerlLibs  (missing:  PERL_LIBRARY PERL_INCLUDE_PATH)
Building Ruby bindings
-- Configuring done
-- Generating done
-- Build files have been written to: /root/compile_qpid/qpidc-0.22/bld

2. Module ha.so compiled but failed at test. How can I fix it? 

Linking CXX shared module ha.so
[ 69%] Built target ha
Scanning dependencies of target qmfengine
[ 69%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/Agent.o
[ 69%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/BrokerProxyImpl.o
[ 69%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/ConnectionSettingsImpl.o
[ 70%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/ConsoleImpl.o
[ 70%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/EventImpl.o
[ 70%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/MessageImpl.o
[ 70%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/ObjectIdImpl.o
[ 70%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/ObjectImpl.o
[ 70%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/Protocol.o
[ 71%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/QueryImpl.o
[ 71%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/SequenceManager.o
[ 71%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/SchemaImpl.o
[ 71%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/ValueImpl.o
[ 71%] Building CXX object src/CMakeFiles/qmfengine.dir/qmf/engine/ResilientConnection.o

 10/ 16 Testing ha_tests                      ***Failed 


Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: question about compiling qpidc-0.22

Posted by Ask Stack <as...@yahoo.com>.
Thanks, I will give it a try.




----- Original Message -----
From: Gordon Sim <gs...@redhat.com>
To: users@qpid.apache.org
Cc: 
Sent: Monday, August 12, 2013 9:01 AM
Subject: Re: question about compiling qpidc-0.22

On 08/09/2013 11:44 PM, Ask Stack wrote:
> I like to have AMQP 1.0. Can you point me to a guild on how to do it ? thanks

Install the proton protocol engine 
(http://qpid.apache.org/components/protocol-engine/index.html), then 
re-run cmake.

(Note: If you install proton somewhere non-standard you will need to set 
the PKG_CONFIG_PATH before running cmake).


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: question about compiling qpidc-0.22

Posted by NimbusParc <ni...@yahoo.in>.
+1

Gordon Sim wrote
> On 08/09/2013 11:44 PM, Ask Stack wrote:
>> I like to have AMQP 1.0. Can you point me to a guild on how to do it ?
>> thanks
> 
> Install the proton protocol engine 
> (http://qpid.apache.org/components/protocol-engine/index.html), then 
> re-run cmake.
> 
> (Note: If you install proton somewhere non-standard you will need to set 
> the PKG_CONFIG_PATH before running cmake).
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 

> users-unsubscribe@.apache

> For additional commands, e-mail: 

> users-help@.apache





--
View this message in context: http://qpid.2158936.n2.nabble.com/question-about-compiling-qpidc-0-22-tp7596813p7598204.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: question about compiling qpidc-0.22

Posted by Gordon Sim <gs...@redhat.com>.
On 08/09/2013 11:44 PM, Ask Stack wrote:
> I like to have AMQP 1.0. Can you point me to a guild on how to do it ? thanks

Install the proton protocol engine 
(http://qpid.apache.org/components/protocol-engine/index.html), then 
re-run cmake.

(Note: If you install proton somewhere non-standard you will need to set 
the PKG_CONFIG_PATH before running cmake).


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: question about compiling qpidc-0.22

Posted by Ask Stack <as...@yahoo.com>.
Steve
I need to build a active-passive cluster. Will the ha.so  I build be good enough to make it happen ?  
I like to have AMQP 1.0. Can you point me to a guild on how to do it ? thanks





----- Original Message -----
From: Steve Huston <sh...@riverace.com>
To: "users@qpid.apache.org" <us...@qpid.apache.org>; Ask Stack <as...@yahoo.com>
Cc: 
Sent: Friday, August 9, 2013 4:23 PM
Subject: RE: question about compiling qpidc-0.22

If you want to work with AMQP 0-10, and not AMQP 1.0, you don't need to worry about missing qpid-proton. Similarly, the missing python and perl libs keep you from building those bindings. If you don't need to program qpid with python/perl, you don't need to worry about those.

For ha, if you do not plan to run clusters, you don't need to worry about the ha test failure.

Good luck,

-Steve

> -----Original Message-----
> From: Ask Stack [mailto:askstack@yahoo.com]
> Sent: Friday, August 09, 2013 4:10 PM
> To: users@qpid.apache.org
> Subject: question about compiling qpidc-0.22
> 
> Hello everyone:
> 
> I followed INSTALL to compile
> 1. Do I need to worry about  amqp 1.0 support not enabled , PythonLibs,
> PerlLibs ?
> 
> 
> [root@compile bld]# cmake -DCMAKE_BUILD_TYPE=Release ..
> -- No AMQP spec... presume generated sources are included
> -- checking for module 'libqpid-proton'
> --   package 'libqpid-proton' not found
> -- Qpid proton not found, amqp 1.0 support not enabled
> -- Legacystore is excluded from build.
> -- Could NOT find PythonLibs  (missing:  PYTHON_LIBRARIES
> PYTHON_INCLUDE_PATH)
> -- Could NOT find PerlLibs  (missing:  PERL_LIBRARY PERL_INCLUDE_PATH)
> Building Ruby bindings
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /root/compile_qpid/qpidc-0.22/bld
> 
> 2. Module ha.so compiled but failed at test. How can I fix it?
> 
> Linking CXX shared module ha.so
> [ 69%] Built target ha
> Scanning dependencies of target qmfengine [ 69%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/Agent.o
> [ 69%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/BrokerProxyImpl.o
> [ 69%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ConnectionSettingsImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ConsoleImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/EventImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/MessageImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ObjectIdImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ObjectImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/Protocol.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/QueryImpl.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/SequenceManager.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/SchemaImpl.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ValueImpl.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ResilientConnection.o
> 
>  10/ 16 Testing ha_tests                      ***Failed
> 
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional
> commands, e-mail: users-help@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


RE: question about compiling qpidc-0.22

Posted by Steve Huston <sh...@riverace.com>.
If you want to work with AMQP 0-10, and not AMQP 1.0, you don't need to worry about missing qpid-proton. Similarly, the missing python and perl libs keep you from building those bindings. If you don't need to program qpid with python/perl, you don't need to worry about those.

For ha, if you do not plan to run clusters, you don't need to worry about the ha test failure.

Good luck,

-Steve

> -----Original Message-----
> From: Ask Stack [mailto:askstack@yahoo.com]
> Sent: Friday, August 09, 2013 4:10 PM
> To: users@qpid.apache.org
> Subject: question about compiling qpidc-0.22
> 
> Hello everyone:
> 
> I followed INSTALL to compile
> 1. Do I need to worry about  amqp 1.0 support not enabled , PythonLibs,
> PerlLibs ?
> 
> 
> [root@compile bld]# cmake -DCMAKE_BUILD_TYPE=Release ..
> -- No AMQP spec... presume generated sources are included
> -- checking for module 'libqpid-proton'
> --   package 'libqpid-proton' not found
> -- Qpid proton not found, amqp 1.0 support not enabled
> -- Legacystore is excluded from build.
> -- Could NOT find PythonLibs  (missing:  PYTHON_LIBRARIES
> PYTHON_INCLUDE_PATH)
> -- Could NOT find PerlLibs  (missing:  PERL_LIBRARY PERL_INCLUDE_PATH)
> Building Ruby bindings
> -- Configuring done
> -- Generating done
> -- Build files have been written to: /root/compile_qpid/qpidc-0.22/bld
> 
> 2. Module ha.so compiled but failed at test. How can I fix it?
> 
> Linking CXX shared module ha.so
> [ 69%] Built target ha
> Scanning dependencies of target qmfengine [ 69%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/Agent.o
> [ 69%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/BrokerProxyImpl.o
> [ 69%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ConnectionSettingsImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ConsoleImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/EventImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/MessageImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ObjectIdImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ObjectImpl.o
> [ 70%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/Protocol.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/QueryImpl.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/SequenceManager.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/SchemaImpl.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ValueImpl.o
> [ 71%] Building CXX object
> src/CMakeFiles/qmfengine.dir/qmf/engine/ResilientConnection.o
> 
>  10/ 16 Testing ha_tests                      ***Failed
> 
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional
> commands, e-mail: users-help@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org