[mapguide-commits] r7360 - branches/2.5/MgDev

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


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

Modified:
   branches/2.5/MgDev/build_oem.sh
Log:
#237: Build PHP in Linux with unixODBC support

Modified: branches/2.5/MgDev/build_oem.sh
===================================================================
--- branches/2.5/MgDev/build_oem.sh	2013-02-15 13:13:18 UTC (rev 7359)
+++ branches/2.5/MgDev/build_oem.sh	2013-02-15 13:13:41 UTC (rev 7360)
@@ -225,7 +225,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