<div>I have found that there is a problem with how the GDALmake.opt file is created with 1.9.1 on Linux when using the FileGDB API 1.2.  </div>
<div> </div>
<div>ESRI now has two .so files required so I think there should be the following changes to the configure script</div>
<div> </div>
<div>21840c21840<br><     if test -z "`${CXX} ${CPPFLAGS} testfgdb.cpp -lFileGDBAPI -o testfgdb 2>&1`" ; then<br>---<br>>     if test -z "`${CXX} ${CPPFLAGS} testfgdb.cpp -lFileGDBAPI -lfgdbunixrtl -o testfgdb 2>&1`" ; then<br>
21844c21844<br><         FGDB_LIB="-lFileGDBAPI"<br>---<br>>         FGDB_LIB="-lFileGDBAPI -lfgdbunixrtl"<br>21864c21864<br><     FGDB_LIB="-L$with_fgdb/lib -lFileGDBAPI"<br>---<br>
>     FGDB_LIB="-L$with_fgdb/lib -lFileGDBAPI -lfgdbunixrtl"</div>