On Fri, Oct 18, 2013 at 03:16:08PM -0400, Cassius Smith wrote: > Hello, > I'm trying to build Asterisk12 on a Centos 6.4 VM. The configure script is > erring out with: > … > checking for uuid_generate_random in -luuid... no > checking for uuid_generate_random in -le2fs-uuid... no > checking for uuid_generate_random... no > configure: error: *** uuid support not found (this typically means the uuid > development package is missing) > > I have installed (using yum) uuid, uuidd and uuid-devel. No joy, still > getting same error. > > Anyone else run into this? How did you get around it?
libuuid-devel is what I think you need. As an aside, in the asterisk source there is an install_prereq script that can be used to install all the necessary packages for your platform: $ sudo contrib/scripts/install_prereq install Cheers, Shaun -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
