Hi Joe, > 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're missing uuid.h ;-) You'll need to find out which package provides that on CentOS. It may be either e2fsprogs[-devel] or glibc-devel. -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
