Hi I was able to install it. I installed qpid on RHEL5 but now the sample out files in examples, tests folder are giving a trouble. It gives connection refused error in Socket.cpp at line no 159. I have made an entry of the machine local ip in /etc/hosts and i checked if ping to local ip is working. Still samples like perftest, direct_producer, latencytest etc are giving same error. Qpid doesnot provide gui?
I did go through the getting started, still i am not clear as to how to send & receive message on queue. what are direct| fanout options?? i wanted MSMQ type of functionality i.e. one application compresses data and sends it on queue and other application receives this data from the queue and decompresses it.. You may finds queries silly but being a newbie in qpid i am trying to understand the qpid so there are loads of queries coming up... Thanks ft420 wrote: > > Please find below error that i get when i try to execute make install i.e. > 2nd step mentioned in installation document INSTALL.txt > > In file included from ./qpid/broker/Queue.h:29, > from ./qpid/broker/Deliverable.h:24, > from ./qpid/broker/Exchange.h:26, > from ./qpid/broker/DirectExchange.h:26, > from ./qpid/broker/Broker.h:27, > from qpid/acl/Acl.cpp:22: > ./qpid/broker/QueueBindings.h:25:44: boost/ptr_container/ptr_list.hpp: No > such file or directory > In file included from ./qpid/broker/Broker.h:28, > from qpid/acl/Acl.cpp:22: > ./qpid/broker/DtxManager.h:24:43: boost/ptr_container/ptr_map.hpp: No such > file or directory > In file included from ./qpid/broker/Broker.h:28, > from qpid/acl/Acl.cpp:22: > ./qpid/broker/DtxManager.h:36: error: ISO C++ forbids declaration of > `ptr_map' with no type > ./qpid/broker/DtxManager.h:36: error: expected `;' before '<' token > ./qpid/broker/DtxManager.h:47: error: `WorkMap' does not name a type > ./qpid/broker/DtxManager.h:47: error: extra semicolon > In file included from ./qpid/broker/LinkRegistry.h:26, > from ./qpid/broker/Broker.h:32, > from qpid/acl/Acl.cpp:22: > ./qpid/broker/Link.h:34:46: boost/ptr_container/ptr_vector.hpp: No such > file or directory > In file included from ./qpid/broker/Broker.h:33, > from qpid/acl/Acl.cpp:22: > ./qpid/broker/SessionManager.h:67: error: ISO C++ forbids declaration of > `ptr_vector' with no type > ./qpid/broker/SessionManager.h:67: error: expected `;' before '<' token > ./qpid/broker/SessionManager.h:73: error: `Detached' does not name a type > ./qpid/broker/SessionManager.h:73: error: extra semicolon > In file included from qpid/acl/Acl.cpp:26: > ./qpid/log/Logger.h:96: error: ISO C++ forbids declaration of `ptr_vector' > with no type > ./qpid/log/Logger.h:96: error: expected `;' before '<' token > ./qpid/log/Logger.h:103: error: `Outputs' does not name a type > ./qpid/log/Logger.h:103: error: extra semicolon > /usr/include/boost/range/detail/implementation_help.hpp: In function > `Char* boost::range_detail::str_end(Char*) [with Char = char]': > /usr/include/boost/range/end.hpp:111: instantiated from here > /usr/include/boost/range/detail/implementation_help.hpp:57: warning: cast > from `const char*' to `char*' discards qualifiers from pointer target type > /usr/include/boost/range/detail/implementation_help.hpp: In function > `Char* boost::range_detail::str_end(Char*) [with Char = wchar_t]': > /usr/include/boost/range/end.hpp:116: instantiated from here > /usr/include/boost/range/detail/implementation_help.hpp:57: warning: cast > from `const wchar_t*' to `wchar_t*' discards qualifiers from pointer > target type > make[3]: *** [qpid/acl/Acl.lo] Error 1 > make[2]: *** [install-recursive] Error 1 > make[1]: *** [install] Error 2 > make: *** [install-recursive] Error 1 > > -- View this message in context: http://n2.nabble.com/Unable-to-install-qpid-on-Linux-tp2485046p2486066.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:[email protected]
