configure: error: * uuid support not found (this typically means the uuid development ackage is missing)
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 […]