Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-21 Thread Johan Nilsson
Thanks Josef :) I followed your guide, with little different path and I also use gdal_1.9.2. Your sudo ldconfig make sense :) .But under ./confige . I get an error: joni@Intel:~/Desktop/gdal-mod/gdal-1.9.2$ ./configure --with-python --with-fgdb=~/Desktop/gdal-mod/FileGDB_API checking build syste

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-21 Thread Josef K
Hi Johan I succeded installing gdal 1.9.1 with FileGDB support on ubuntu 12.04, 32-bit, by the following procedure: wget http://download.osgeo.org/gdal/gdal-1.9.1.tar.gz wget http://downloads.esri.com/Support/downloads/ao_/FileGDB_API_1_2-32.tar.gz tar xzf FileGDB_API_1_2-32.tar.gz cd FileGDB_AP

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-18 Thread Noli Sicad
I think you have to look at this link as well. Building GDAL 1.9.x with ESRI FileGDB support on OS X Lion https://gist.github.com/4108883 Most of the things that works in OS X works as well as in LInux and vice versa. OS X use gcc, configure, make and make install. Noli ___

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-18 Thread Eric Goddard
I think you're right about ld. You need to run sudo ldconfig after creating the symlink so that make can find the correctly named library. Eric On Sun, Nov 18, 2012 at 7:49 AM, Johan Nilsson wrote: > Hey. I have had a lot of things to do, but now I tried to make a sample > again. I also made a

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-18 Thread Johan Nilsson
Hey. I have had a lot of things to do, but now I tried to make a sample again. I also made a ln -s *libfgdblinuxrtl.so **libfgdbunixrtl.so* (ESRI changed the name of the driver) I tried again and still stuck on make in samples, as in above and a very simulare error. I have build-essential with a l

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-15 Thread Eric Goddard
Hmmm, I didn't get any errors like that when I installed so I'm not sure what could be causing it. Do you have the build-essential package installed that provides the necessary compile tools? On Thu, Nov 15, 2012 at 3:14 AM, Johan Nilsson wrote: > Thanks very much Eric :) > I have read the inst

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-15 Thread Johan Nilsson
Thanks very much Eric :) I have read the instuctions, and tar zxvf FileGDB_API_1_2-32.tar.gz went well but I'm stuck on point 4 in the fist part of you instruction to make a sample to test the driver: ~/Desktop/gdal-mod/FileGDB_API/samples$ make It spot out a lot of thing complaining about 'undefie

Re: [Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-14 Thread Eric Goddard
Below are the steps I use to add File Geodatabase support to gdal. This worked on Ubuntu 12.04 64-bit, but it doesn't use the deb source packages. Since you have a 32-bit ubuntu install, you need to download the 32-bit version of the FileGDB API. I tried to answer your questions as they come up in

[Qgis-user] How to compile gdal with ESRI FileGDB

2012-11-13 Thread Johan Nilsson
I have tried to find how I compile gdal 1.9.2 with ESRIs FileGDB_API, but I'm are very uncertain how it work. I have Ubuntu 10.04LTS 32-bit with PAE. I another step I downloaded source-code for gdal-1.9.2 and added needed packed with: *cd ~/Desktop/gdal-mod* <--move cursor to the created folder. *