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&#39;<br><div class="h5">
make: *** [check-lib] Error 2<br><br>Running ldconfig -v outputs:<br>

/usr/local/FileGDB_API/lib:<br>

    libFileGDBAPI.so -&gt; libFileGDBAPI.so<br>

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