id summary reporter owner description type status priority milestone component version severity resolution keywords cc 5215 FileGDB_API missing libFileGDBAPI.so in configure script ctnumn warmerdam "I get this error if I try to use FileGDB_API. /usr/bin/ld: warning: libfgdbunixrtl.so, needed by /build/FileGDB_API/lib/libFileGDBAPI.so, not found (try using -rpath or -rpath-link) This can be fixed by adding in a -lfgdbunixrtl in the FGDB detection section of configure so that it knows to link in the correct shared library. {{{ $ diff configure configure.original 22317c22317 < FGDB_LIB=""-L$with_fgdb/lib -lFileGDBAPI -lfgdbunixrtl"" --- > FGDB_LIB=""-L$with_fgdb/lib -lFileGDBAPI"" }}} " defect closed normal default unspecified normal fixed fgdb, FileGDB