Uuid support not found

Hi Everyone,

I can’t compile asterisk-12.2.0 under Fedora 20.
I got:
[ul]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)[/ul]
But, I have it!
[ul][root@ns asterisk-12.2.0]# yum install uuid-devel
Package uuid-devel-1.6.2-21.fc20.i686 already installed and latest version
Nothing to do[/ul]

Do you have an idea how to fix it?
Thanks.

Bye,
Jean-Louis

Try reinstalling it.

I did it before posting!
uuid and uuid-devel

After asking yum to install libuuid-devel everything was fine!

yum install libuuid-devel