Thanks again Even, it worked that time. I should&#39;ve specified which version of the FGDB API I&#39;m using. The library names were so similar I didn&#39;t even notice the difference in the error message.<br><br>Eric<br>
<br><div class="gmail_quote">On Sat, Apr 28, 2012 at 10:22 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 17:14:56, Eric Goddard a écrit :<br>
<div class="im">&gt; Thanks for the response, Even. I updated the ld path and ran ldconfig, and<br>
&gt; reran configure and make with the same options as before, but I received<br>
&gt; this error message again:<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; Running ldconfig -v outputs:<br>
&gt; /usr/local/FileGDB_API/lib:<br>
&gt;     libFileGDBAPI.so -&gt; libFileGDBAPI.so<br>
&gt;     libfgdbunixrtl.so -&gt; libfgdbunixrtl.so<br>
&gt;<br>
&gt; So it looks like ld finds libfgdbunixrtl.so...<br>
<br>
</div>Ah, I guess you use FileGDB API 1.2. There was a change in ESRI delivery<br>
between FileGDB API 1.1 and 1.2. They renamed libgdblinuxrtl.so into<br>
libfgdbunixrtl.so. Support for FileGDB API 1.2 will be fixed in next-to-be-<br>
released 1.9.1 (see <a href="http://trac.osgeo.org/gdal/ticket/4570" target="_blank">http://trac.osgeo.org/gdal/ticket/4570</a> ). In the meantime,<br>
you can create a symlink, like that :<br>
<br>
sudo ln -s /usr/local/FileGDB_API/lib/libfgdbunixrtl.so<br>
/usr/local/FileGDB_API/lib/libfgdblinuxrtl.so<br>
</blockquote></div><br>