[Home]

Summary:ASTERISK-23255: UUID included for Redhat, but missing for Debian distros in install_prereq script
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2014-02-05 09:34:43.000-0600Date Closed:2014-02-21 13:11:12.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Contrib/General
Versions:11.7.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:/contrib/scripts/install_prereqAttachments:
Description:For pjproject to build ICE support in Asterisk 11, libuuid-devel(CentOS 6) or uuid-dev(Debian) is required.

If you don't have it, you'll have to dig through debug to find out that you missed it and that ICE support isn't working. This could result in some silent failures for people trying out WebRTC configurations that depend on ICE.

It looks like we have it for RH based OS:
{noformat}
PACKAGES_RH="$PACKAGES_RH openldap-devel gmime22-devel sqlite2-devel mysql-devel bluez-libs-devel jack-audio-connection-kit-devel gsm-devel libedit-devel libuuid-devel"
{noformat}

I don't see uuid-dev for Debian in the script.
Comments: