[asterisk-dev] [asterisk-commits] lathama: branch 11 r379643 - /branches/11/contrib/scripts/install_prereq

Matthew Jordan mjordan at digium.com
Sun Jan 20 22:44:55 CST 2013


On 01/20/2013 10:39 PM, SVN commits to the Asterisk project wrote:
> Author: lathama
> Date: Sun Jan 20 22:39:23 2013
> New Revision: 379643
> 
> URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379643
> Log:
> Add LDAP libraries to install script
> 
> Add LDAP dev package to Debian/Ubuntu install list.  Existed in Redhat already.
> 
> (issue ASTERISK-20886)
> 
> Modified:
>     branches/11/contrib/scripts/install_prereq
> 
> Modified: branches/11/contrib/scripts/install_prereq
> URL: http://svnview.digium.com/svn/asterisk/branches/11/contrib/scripts/install_prereq?view=diff&rev=379643&r1=379642&r2=379643
> ==============================================================================
> --- branches/11/contrib/scripts/install_prereq (original)
> +++ branches/11/contrib/scripts/install_prereq Sun Jan 20 22:39:23 2013
> @@ -27,7 +27,7 @@
>  PACKAGES_DEBIAN="$PACKAGES_DEBIAN libpq-dev unixodbc-dev libsqlite0-dev libmysqlclient15-dev libneon27-dev libgmime-dev libusb-dev liblua5.1-0-dev lua5.1"
>  PACKAGES_DEBIAN="$PACKAGES_DEBIAN libopenh323-dev libvpb-dev libgtk2.0-dev libmysqlclient-dev libbluetooth-dev libradiusclient-ng-dev freetds-dev"
>  PACKAGES_DEBIAN="$PACKAGES_DEBIAN libsnmp-dev libiksemel-dev libcorosync-dev libnewt-dev libpopt-dev libical-dev libspandsp-dev libjack-dev"
> -PACKAGES_DEBIAN="$PACKAGES_DEBIAN libresample-dev libc-client-dev binutils-dev libsrtp-dev libgsm1-dev libedit-dev"
> +PACKAGES_DEBIAN="$PACKAGES_DEBIAN libresample-dev libc-client-dev binutils-dev libsrtp-dev libgsm1-dev libedit-dev libldap-dev"
>  PACKAGES_RH="automake gcc gcc-c++ ncurses-devel openssl-devel libxml2-devel unixODBC-devel libcurl-devel libogg-devel libvorbis-devel speex-devel"
>  PACKAGES_RH="$PACKAGES_RH spandsp-devel freetds-devel net-snmp-devel iksemel-devel corosynclib-devel newt-devel popt-devel libtool-ltdl-devel lua-devel"
>  PACKAGES_RH="$PACKAGES_RH libsqlite3x-devel radiusclient-ng-devel portaudio-devel postgresql-devel libresample-devel neon-devel libical-devel"
> 
> 

If this is a bug fix, it needs to first be applied to the 1.8 branch,
then merged up to the 11 branch.

If this is an improvement, it should only have been made to trunk.

In general, missing libraries in install_prereq are treated as bugs, so
this probably should have gone into the 1.8 branch first.

-- 
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





More information about the asterisk-dev mailing list