[mapguide-commits] r4931 - trunk/Installer/scripts
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu May 27 16:32:20 EDT 2010
Author: trevorwekel
Date: 2010-05-27 16:32:19 -0400 (Thu, 27 May 2010)
New Revision: 4931
Modified:
trunk/Installer/scripts/mginstallubuntu.sh
Log:
Ticket #1295 Improve build scripts for 2.2 release cycle
Minor fixups for Ubuntu install script
Modified: trunk/Installer/scripts/mginstallubuntu.sh
===================================================================
--- trunk/Installer/scripts/mginstallubuntu.sh 2010-05-27 19:11:24 UTC (rev 4930)
+++ trunk/Installer/scripts/mginstallubuntu.sh 2010-05-27 20:32:19 UTC (rev 4931)
@@ -9,7 +9,7 @@
pushd ${TEMPDIR}
# Install required packages
-apt-get -y install libexpat1 libssl0.9.8 odbcinst1debian1 unixodbc
+apt-get -y install libexpat1 libssl0.9.8 odbcinst1debian1 unixodbc libcurl3
apt-get -y install mono-runtime libmono-winforms2.0-cil
apt-get -y install libmysqlclient15off
@@ -23,7 +23,7 @@
fi
if [ ! -e /lib/libexpat.so.0 ]; then
- ln -s /lib/libexpat.so.1 /lib/libexpat.so.0
+ ln -s /lib/libexpat.so.1.5.2 /lib/libexpat.so.0
fi
# Download Ubuntu packages for FDO
More information about the mapguide-commits
mailing list