[gdal-dev] Two versions of gdal

Ivan Lucena lucena_ivan at hotmail.com
Mon Nov 23 06:19:10 PST 2015


You don't need to build two gdal versions.


You can build GDAL (libgal.so) without the driver and then you build the driver as a plugin (ogr_FileGDB.so).


./configure -without-fgdb

make


./configure -with-fgdb

make


You can choose to use the drive, or not, by managing the GDAL_DRIVER_PATH environment variable.


The advantage is that libgdal.so is not going to depend on FileGDB SDK.


________________________________
From: gdal-dev <gdal-dev-bounces at lists.osgeo.org> on behalf of Gane R <gane.prog at gmail.com>
Sent: Monday, November 23, 2015 8:24 AM
To: Even Rouault; gdal-dev at lists.osgeo.org
Subject: [gdal-dev] Two versions of gdal

I have a requirement of two version of gdal one with filegeodb (gdal 2.0.1) and other without filegeodb (gdal 2.0.1) on linux, any references how this can make co exist ?

thanks
Gane


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20151123/d32db940/attachment.html>


More information about the gdal-dev mailing list