Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Problem building Asterisk-12.2.0


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
kenner at gnat.com
Guest





PostPosted: Sat Apr 26, 2014 4:37 pm    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

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@asterisk asterisk-12.2.0]# yum list installed | grep uuid
uuid.i386 1.5.1-3.el5 installed
uuid.x86_64 1.5.1-3.el5 installed
uuid-devel.i386 1.5.1-3.el5 installed
uuid-devel.x86_64 1.5.1-3.el5 installed

So I'm confused ...

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
george.joseph at fairv...
Guest





PostPosted: Sat Apr 26, 2014 5:54 pm    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

On Sat, Apr 26, 2014 at 3:37 PM, Richard Kenner <kenner@gnat.com (kenner@gnat.com)> wrote:
Quote:
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@asterisk asterisk-12.2.0]# yum list installed | grep uuid
uuid.i386                                 1.5.1-3.el5                  installed
uuid.x86_64                               1.5.1-3.el5                  installed
uuid-devel.i386                           1.5.1-3.el5                  installed
uuid-devel.x86_64                         1.5.1-3.el5                  installed

So I'm confused ...

--
I think you need the libuuid and libuuid-devel packages.
 
Back to top
kenner at gnat.com
Guest





PostPosted: Sat Apr 26, 2014 6:13 pm    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

Quote:
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.

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
mjordan at digium.com
Guest





PostPosted: Sat Apr 26, 2014 10:06 pm    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

On Sat, Apr 26, 2014 at 6:12 PM, Richard Kenner <kenner@gnat.com> wrote:
Quote:
Quote:
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.


What distro are you building on?

I'm running both Ubuntu 12.04 and CentOS 6.5 locally. Both have the
libraries listed in install_prereq.

--
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
kenner at gnat.com
Guest





PostPosted: Sun Apr 27, 2014 5:27 am    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

Quote:
What distro are you building on?

CentOS 5.10.

Quote:
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 CentOS 5.10 to 6.5.

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
niklas at tese.se
Guest





PostPosted: Sun Apr 27, 2014 5:51 am    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

Richard Kenner skrev 2014-04-27 12:27:
Quote:
Quote:
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 http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
kenner at gnat.com
Guest





PostPosted: Sun Apr 27, 2014 5:57 am    Post subject: [asterisk-users] Problem building Asterisk-12.2.0 Reply with quote

Quote:
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 to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services