configure: error: *** uuid support not found (this typically means the uuid development package is missing) Asterisk
We need to install the uuid development package to get ride of the “uuid support not found” error.
For Ubuntu users :
Install the uuid dev packages in ubuntu based systems.
apt-get install uuid-dev
For CENTOS Users :
uuid development libraries are available with “libuuid-devel” name under the CentOS based systems. So install uuid-devel libraries use the following command.
yum install libuuid-devel