Hello everyone,<br><br>I&#39;m attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. I&#39;ve downloaded the FileGDB api and have it set it up in /usr/local. Running the samples from the FileGDB folder completes successfully. <br>
<br>I&#39;m configuring gdal with the following options:<br> ./configure --with-geos=yes --with-sqlite3 --with-fgdb=/usr/local/FileGDB_API --with-python --with-spatialite --with-curl<br><br>The summary says the fgdb support has been enabled, but make ends with the following error:<br>
<br>/usr/bin/ld: cannot find -lfgdblinuxrtl<br>collect2: ld returned 1 exit status<br>make[1]: *** [<a href="http://libgdal.la">libgdal.la</a>] Error 1<br>make[1]: Leaving directory `/home/eric/Downloads/gdal-1.9.0&#39;<br>
make: *** [check-lib] Error 2<br><br>Does anyone know why this might be happening? I&#39;ve added a conf file to /etc/ld.so.conf.d/ with the path to the FileGDB_API folder and ran ldconfig. Both the fgdblinuxrtl.so and filegdbapi.so are in the FileGDB_API/lib folder.<br>
<br>Thanks,<br>Eric<br><br>