Thanks Josef :)<br><br>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: <br><br>joni@Intel:~/Desktop/gdal-mod/gdal-1.9.2$ ./configure --with-python --with-fgdb=~/Desktop/gdal-mod/FileGDB_API<br>
checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-linux-gnu<br>checking for gcc... gcc<br>...<br>..and a lot of output...<br>...<br>checking openjpeg.h presence... yes<br>checking for openjpeg.h... yes<br>
<span style="color:rgb(255,0,0)"><b>checking for libFileGDBAPI.so in in ~/Desktop/gdal-mod/FileGDB_API/lib... configure: error: not found.</b></span><br>joni@Intel:~/Desktop/gdal-mod/gdal-1.9.2$ make<br><span style="color:rgb(0,0,255)"><b>GNUmakefile:2: GDALmake.opt: No such file or directory<br>
make: *** No rule to make target `config.status', needed by `GDALmake.opt'.  Stop.</b></span><br><br><i>joni@Intel:~/Desktop/gdal-mod/FileGDB_API/lib$ ls</i><br>libfgdblinuxrtl.so  libfgdbunixrtl.so <span style="color:rgb(39,78,19)"> libFileGDBAPI.so</span><br>
joni@Intel:~/Desktop/gdal-mod/FileGDB_API/lib$ <br><br>The first <span style="color:rgb(255,0,0)"><span style="background-color:rgb(255,255,255)"><b>error</b></span></span> under ./config seems really weird, because I have <span style="color:rgb(39,78,19)">libFileGDBAPI.so <span style="color:rgb(0,0,0)">in the folder it search in.</span>.<br>
<br><font color="#000000">The second <b><span style="color:rgb(0,0,255)">error</span></b> do I not understand.</font>..<span style="color:rgb(0,0,0)">but it is maybe dependent of the first..</span><br><br><span style="color:rgb(0,0,0)">I may be a little slow in responding because this is not a really urgent matter, but It should bee nice to read and create ESRIs FileDB in the future...<br>
</span><br>/Cheers and thanx again<br></span><div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/21 Josef K <span dir="ltr"><<a href="mailto:groundwatergis@gmail.com" target="_blank">groundwatergis@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Johan <div><br></div><div>I succeded installing gdal 1.9.1 with FileGDB support on ubuntu 12.04, 32-bit, by the following procedure:</div>
<div><div><br></div><div>wget <a href="http://download.osgeo.org/gdal/gdal-1.9.1.tar.gz" target="_blank">http://download.osgeo.org/gdal/gdal-1.9.1.tar.gz</a></div>

<div>wget <a href="http://downloads.esri.com/Support/downloads/ao_/FileGDB_API_1_2-32.tar.gz" target="_blank">http://downloads.esri.com/Support/downloads/ao_/FileGDB_API_1_2-32.tar.gz</a>    </div></div><div><div>tar xzf FileGDB_API_1_2-32.tar.gz </div>


<div>cd FileGDB_API/lib</div><div>ln -sf libfgdbunixrtl.so libfgdblinuxrtl.so</div><div>sudo ldconfig</div><div>sudo sh -c 'echo "~/FileGDB_API/lib" >> /etc/ld.so.conf'</div><div>sudo ldconfig</div>


<div>cd ..</div><div>tar xvf gdal-1.9.1.tar.gz</div><div>cd gdal-1.9.1</div><div>./configure --with-python --with-fgdb=~/FileGDB_API</div><div>make</div><div>sudo make install</div><div>sudo ldconfig</div></div><div><br>

</div>
<div>installation verified by: </div><div>gdal-config --version </div><div><br></div><div>and I have succeded in converting a spatialite database to an ESRI file gdb by:</div><div>ogr2ogr -f "FileGDB" ~/test.gdb ~/test.sqlite</div>


<div><br></div><div>Now I would like to have a qgis-master installation using gdal 1.9.1 but this remains unsolved. </div><div><br></div><div>Hope this helps!</div><span class="HOEnZb"><font color="#888888"><div>/Josef</div>

</font></span></blockquote></div><br></div>