Hello everyone, I'm attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. I've downloaded the FileGDB api and have it set it up in /usr/local. Running the samples from the FileGDB folder completes successfully.
I'm configuring gdal with the following options: ./configure --with-geos=yes --with-sqlite3 --with-fgdb=/usr/local/FileGDB_API --with-python --with-spatialite --with-curl The summary says the fgdb support has been enabled, but make ends with the following error: /usr/bin/ld: cannot find -lfgdblinuxrtl collect2: ld returned 1 exit status make[1]: *** [libgdal.la] Error 1 make[1]: Leaving directory `/home/eric/Downloads/gdal-1.9.0' make: *** [check-lib] Error 2 Does anyone know why this might be happening? I've added a conf file to /etc/ld.so.conf.d/ with the path to the FileGDB_API folder and ran ldconfig. Both the fgdblinuxrtl.so and filegdbapi.so are in the FileGDB_API/lib folder. Thanks, Eric
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
