<div dir="ltr"><div><div>Thanks for your reply, I have a requirement that I should have two GDALs. I have also an issue, I have build gdal 2.0.1 with proj4 as static, it does not process the geometry inside from filegeodb. any thoughts will be appreciated. I have the GDAL_DATA environ set, and pro4 share lib also exist on the machine and ldconfig is also called to update the shared library.<br><br></div>Thanks<br></div>Gane<br><div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 7:49 PM, Ivan Lucena <span dir="ltr"><<a href="mailto:lucena_ivan@hotmail.com" target="_blank">lucena_ivan@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div 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)"><span class="">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> gdal-dev <<a href="mailto:gdal-dev-bounces@lists.osgeo.org" target="_blank">gdal-dev-bounces@lists.osgeo.org</a>> on behalf of Gane R <<a href="mailto:gane.prog@gmail.com" target="_blank">gane.prog@gmail.com</a>><br>
<b>Sent:</b> Monday, November 23, 2015 8:24 AM<br>
<b>To:</b> Even Rouault; <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<b>Subject:</b> [gdal-dev] Two versions of gdal</font>
<div> </div>
</div>
</span><span class=""><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>
</span></div>
</div>
</div>

</blockquote></div><br></div>