[mapguide-commits] r7359 - branches/2.5/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 15 05:13:18 PST 2013


Author: jng
Date: 2013-02-15 05:13:18 -0800 (Fri, 15 Feb 2013)
New Revision: 7359

Modified:
   branches/2.5/Installer/scripts/build_oem_ubuntu.sh
Log:
#237: Build PHP in Linux with unixODBC support

Modified: branches/2.5/Installer/scripts/build_oem_ubuntu.sh
===================================================================
--- branches/2.5/Installer/scripts/build_oem_ubuntu.sh	2013-02-15 12:38:12 UTC (rev 7358)
+++ branches/2.5/Installer/scripts/build_oem_ubuntu.sh	2013-02-15 13:13:18 UTC (rev 7359)
@@ -235,7 +235,9 @@
 build_php()
 {
     pushd php
-    sh ./configure
+    # #237: Include unixODBC support for PHP
+    # Most distros will have unixODBC headers under /usr instead of php's assumed default [/usr/local]
+    sh ./configure --with-unixODBC=/usr --with-openssl --with-curl --enable-mbstring --with-zlib
     check_build
     popd
 }



More information about the mapguide-commits mailing list