Skip to main content

OnlineSupport4u

configure: error: * uuid support not found (this typically means the uuid development ackage is missing)

By PrasadNaik
August 10, 2015

While working on Asterisk on cpanel server I could come across below error while compiling Asterisk

configure: error: * uuid support not found (this typically means the uuid development ackage is missing)

The issue was due to missing module.

It was resolved by using below libraries

#yum install uuid-devel
#yum install libuuid-devel

Now compile in working fine for Asterisk