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><div>/Josef</div>