I tried compiling from source using the tar from the link you supplied but I get some compilation errors - here is the first one:<br><br>qpid/broker/SemanticState.cpp: In destructor 'virtual qpid::broker::SemanticState::~SemanticState()':
<br>qpid/broker/SemanticState.cpp:74: error: no matching function for call to 'qpid::broker::SemanticState::cancel(boost::ptr_container_detail::ref_pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, qpid::broker::SemanticState::ConsumerImpl* const>)'
<br>qpid/broker/SemanticState.h:129: note: candidates are: void qpid::broker::SemanticState::cancel(qpid::broker::SemanticState::ConsumerImpl&)<br>qpid/broker/SemanticState.h:156: note:                 void qpid::broker::SemanticState::cancel(const std::string&)
<br><br>Any idea why I am getting these errors? Is it because I'm using Fedora 8 rather than RHEL5? <br><br>Thanks,<br><br>Andy.<br><br><div><span class="gmail_quote">On 12/7/07, <b class="gmail_sendername">Gordon Sim
</b> <<a href="mailto:gsim@redhat.com">gsim@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Andy Grove wrote:
<br>> I've just tried to install rhm using yum as per the instructions on the<br>> MRG site and I've run into an installation problem. I am missing these<br>> dependencies:<br>><br>> Error: Missing Dependency: libboost_program_options.so.2()(64bit) is
<br>> needed by package qpidd<br>> Error: Missing Dependency: libboost_iostreams.so.2()(64bit) is needed by<br>> package qpidd<br>> Error: Missing Dependency: libboost_program_options.so.2()(64bit) is<br>> needed by package qpidc
<br>><br>> However, if I run "yum install boost" I get this output:<br>><br>> Package boost - 1.34.1-5.fc8.i386 is already installed.<br>> Package boost - 1.34.1-5.fc8.x86_64 is already installed.
<br>> Nothing to do<br>><br>> I also have boost-devel and boost-devel-static installed. I'm by no<br>> means an expert when it comes to installing software on linux so I<br>> expect I'm missing something obvious. I'm running Fedora 8 on Intel
<br>> hardware.<br>><br>> Any assistance would be appreciated.<br><br>Andy,<br><br>The packages in that repo are for RHEL5. Would you mind building from<br>source?<br><br>To do so, download <a href="http://rhm.et.redhat.com/download/qpidc-0.2.tar.gz">
http://rhm.et.redhat.com/download/qpidc-0.2.tar.gz</a>,<br>untar it and in the resulting qpidc directory run ./configure then make<br>  and make install.<br><br>The persistence module is also available and the same process should
<br>work after you have installed qpidc:<br><a href="http://rhm.et.redhat.com/download/rhm-0.2.tar.gz">http://rhm.et.redhat.com/download/rhm-0.2.tar.gz</a><br><br>I hope this helps,<br><br>--Gordon.<br></blockquote></div>
<br>