Re: [asterisk-users] Problem building Asterisk-12.2.0

2014-04-27 Thread Richard Kenner
What distro are you building on? CentOS 5.10. Both have the libraries listed in install_prereq. Indeed it has all but 2 or 3 of those libraries (none related to uuid), but after running that script, it was still missing what it needed for uuid. Unfortunately, there's no upgrade path from

Re: [asterisk-users] Problem building Asterisk-12.2.0

2014-04-27 Thread Niklas Larsson
Richard Kenner skrev 2014-04-27 12:27: What distro are you building on? CentOS 5.10. e2fsprogs-devel is the package that provides uuid.h on centos 5 /niklas -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Problem building Asterisk-12.2.0

2014-04-27 Thread Richard Kenner
e2fsprogs-devel is the package that provides uuid.h on centos 5 I tried that first and it didn't seem to. I'm pretty sure I needed uuid-dce-devel. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New

[asterisk-users] Problem building Asterisk-12.2.0

2014-04-26 Thread Richard Kenner
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)

Re: [asterisk-users] Problem building Asterisk-12.2.0

2014-04-26 Thread George Joseph
On Sat, Apr 26, 2014 at 3:37 PM, Richard Kenner ken...@gnat.com wrote: 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

Re: [asterisk-users] Problem building Asterisk-12.2.0

2014-04-26 Thread Richard Kenner
I think you need the libuuid and libuuid-devel packages. yum list available was not showing any such package. I installed a few other packages, including uuid-dce-devel and one of them did the trick, but the install-prereq script wasn't good enough. --

Re: [asterisk-users] Problem building Asterisk-12.2.0

2014-04-26 Thread Matthew Jordan
On Sat, Apr 26, 2014 at 6:12 PM, Richard Kenner ken...@gnat.com wrote: I think you need the libuuid and libuuid-devel packages. yum list available was not showing any such package. I installed a few other packages, including uuid-dce-devel and one of them did the trick, but the