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

Venkatesh

Hi Guys, I am Venkatesh. I am a programmer and an Open Source enthusiast. I write about programming and technology on this blog.

You may also like...

Leave a Reply