Thanks for the response, Even. I updated the ld path and ran ldconfig, and reran configure and make with the same options as before, but I received this error message again:<br><br>/usr/bin/ld: cannot find -lfgdblinuxrtl<br>
collect2: ld returned 1 exit status<br>make[1]: *** [<a href="http://libgdal.la" target="_blank">libgdal.la</a>] Error 1<br>make[1]: Leaving directory `/home/eric/Downloads/gdal-1.9.0'<br><div class="h5">
make: *** [check-lib] Error 2<br><br>Running ldconfig -v outputs:<br>
/usr/local/FileGDB_API/lib:<br>
libFileGDBAPI.so -> libFileGDBAPI.so<br>
libfgdbunixrtl.so -> libfgdbunixrtl.so<br><br>So it looks like ld finds libfgdbunixrtl.so...<br><br><br><br><br><br></div><br><div class="gmail_quote">On Sat, Apr 28, 2012 at 5:56 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le samedi 28 avril 2012 06:47:03, Eric Goddard a écrit :<br>
<div><div class="h5">> Hello everyone,<br>
><br>
> I'm attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. I've<br>
> downloaded the FileGDB api and have it set it up in /usr/local. Running the<br>
> samples from the FileGDB folder completes successfully.<br>
><br>
> I'm configuring gdal with the following options:<br>
> ./configure --with-geos=yes --with-sqlite3<br>
> --with-fgdb=/usr/local/FileGDB_API --with-python --with-spatialite<br>
> --with-curl<br>
><br>
> The summary says the fgdb support has been enabled, but make ends with the<br>
> 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" target="_blank">libgdal.la</a>] Error 1<br>
> make[1]: Leaving directory `/home/eric/Downloads/gdal-1.9.0'<br>
> make: *** [check-lib] Error 2<br>
><br>
> Does anyone know why this might be happening? I've added a conf file to<br>
> /etc/ld.so.conf.d/ with the path to the FileGDB_API folder and ran<br>
> ldconfig. Both the fgdblinuxrtl.so and filegdbapi.so are in the<br>
> FileGDB_API/lib folder.<br>
<br>
</div></div>In the /etc/l.so.conf.d/ you must point to /usr/local/FileGDB_API/lib, not<br>
/usr/local/FileGDB_API<br>
<br>
><br>
> Thanks,<br>
> Eric<br>
</blockquote></div><br>