On 2011-11-09 20:32, Joe Porto wrote: > I'm trying to build the qpid C++ broker on CentOS. The configure command is > errors out with a 'Missing required header files.' The preceding line is > "checking for uuid/uuid.h…no" > > What am I missing?
You need to install one of the following RPMs RHEL5/CentOS5 ------------- $ rpm -qf /usr/include/uuid/uuid.h e2fsprogs-devel-1.39-33.el5 RHEL6/CentOS6 ------------- $ rpm -qf /usr/include/uuid/uuid.h libuuid-devel-2.17.2-12.el6.x86_64 jpo -- José Pedro Oliveira * mailto:[email protected] * --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
