[gdal-dev] compiling gdal 1.9 with FGDB support

Even Rouault even.rouault at mines-paris.org
Sat Apr 28 06:56:07 EDT 2012


Le samedi 28 avril 2012 06:47:03, Eric Goddard a écrit :
> 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.

In the /etc/l.so.conf.d/ you must point to /usr/local/FileGDB_API/lib, not 
/usr/local/FileGDB_API

> 
> Thanks,
> Eric


More information about the gdal-dev mailing list