[mapguide-commits] r8972 - branches/3.1/vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 25 08:22:59 PDT 2016


Author: jng
Date: 2016-05-25 08:22:59 -0700 (Wed, 25 May 2016)
New Revision: 8972

Modified:
   branches/3.1/vagrant/scripts/mginstallubuntu.sh
Log:
Update ubuntu install script:
 - Add extra pre-requisite packages that were discovered to be required when testing on a clean barebones Ubuntu server installation.

Modified: branches/3.1/vagrant/scripts/mginstallubuntu.sh
===================================================================
--- branches/3.1/vagrant/scripts/mginstallubuntu.sh	2016-05-25 15:09:01 UTC (rev 8971)
+++ branches/3.1/vagrant/scripts/mginstallubuntu.sh	2016-05-25 15:22:59 UTC (rev 8972)
@@ -144,10 +144,10 @@
 if [ "$HEADLESS" != "1" ]
 then
 # Install required packages 
-apt-get -y install dialog libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
+apt-get -y install openjdk-7-jre libc6 libxml2 dialog libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
 else
 # Install required packages 
-apt-get -y install libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
+apt-get -y install openjdk-7-jre libc6 libxml2 libexpat1 libssl1.0.0 odbcinst unixodbc libcurl3 libxslt1.1
 fi
 
 DIALOG=${DIALOG=dialog}



More information about the mapguide-commits mailing list