On Thu, Aug 02, 2012 at 04:48:42PM -0400, Joseph Ottinger wrote: > It's Fedora 17, with a fairly clean install at that. Uuid and uuid-develop, > plus libuuid, if memory serves, so as far as I can tell it should be > pretty normal.
I should also mention (at least on Fedora systems) a way to find what's required is with the "yum whatprovides" command. So, for example, in this case you need /usr/include/uuid/uuid.h since the code is: #include <uuid/uuid.h> You can do: sudo yum whatprovides */uuid/uuid.h and yum will tell you the specific package(s) containing the file(s) that match the provided mask. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/
pgpLPMZhyzTQI.pgp
Description: PGP signature
