<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>You don't need to build two gdal versions.</p>
<p><br>
</p>
<p>You can build GDAL (libgal.so) without the driver and then you build the driver as a plugin (ogr_FileGDB.so).</p>
<p><br>
</p>
<p>./configure -without-fgdb</p>
<p>make</p>
<p><br>
</p>
<p>./configure -with-fgdb</p>
<p>make</p>
<p><br>
</p>
<p>You can choose to use the drive, or not, by managing the GDAL_DRIVER_PATH environment variable.</p>
<p><br>
</p>
<p>The advantage is that libgdal.so is not going to depend on FileGDB SDK.<br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> gdal-dev <gdal-dev-bounces@lists.osgeo.org> on behalf of Gane R <gane.prog@gmail.com><br>
<b>Sent:</b> Monday, November 23, 2015 8:24 AM<br>
<b>To:</b> Even Rouault; gdal-dev@lists.osgeo.org<br>
<b>Subject:</b> [gdal-dev] Two versions of gdal</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>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 ?<br>
<br>
</div>
<div>thanks<br>
</div>
<div>Gane<br>
</div>
<div><br>
</div>
 <br>
</div>
</div>
</div>
</div>
</body>
</html>