Displaying 3 results from an estimated 3 matches for "le2f".
Did you mean:
leaf
2013 Oct 18
2
Asterisk12Beta- configure script/uuid missing??
Hello,
I'm trying to build Asterisk12 on a Centos 6.4 VM. The configure script is erring out with:
?
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)
I have installed (using yum) uuid, uuidd and uuid-devel. No joy, still getting same error.
Anyone else run into this? How did you get aro...
2014 Apr 26
1
Problem building Asterisk-12.2.0
When I run ./configure, it aborts with:
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)
But it *is* installed:
[root at asterisk asterisk-12.2.0]# yum list installed | grep uuid
uuid.i386 1.5.1...
2013 Oct 19
0
SOLVED: Asterisk12Beta- configure script/uuid missing??
>On Fri, Oct 18, 2013 at 03:16:08PM -0400, Cassius Smith wrote:
> Hello,
> I'm trying to build Asterisk12 on a Centos 6.4 VM. The configure script is erring out with:
> ?
> 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)
>
> I have installed (using yum) uuid, uuidd and uuid-devel. No joy, still getting same error.
>
> Anyone else run...