The problem with the old gdal was becouse I only have binaries in the ppa!<br><br><div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/11 Johan Nilsson <span dir="ltr"><<a href="mailto:joni8135@gmail.com" target="_blank">joni8135@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have tried to follow the workflow by Alex, step by step down below, by start download ESRIS API/SDK and souce-files for gdal-bin and unpacked it, but find that there are another version! I have tried to described my steps down here.<br>

<div class="gmail_extra"><br><div class="gmail_quote"><div class="im">2012/11/7 Alex Mandel <span dir="ltr"><<a href="mailto:tech_dev@wildintellect.com" target="_blank">tech_dev@wildintellect.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



Looking at the gdal-build-mrsid helper tool, I think the pattern is:<br>
1. download the SDK from ESRI<br></blockquote></div><div>Downloaded FileGDB_API_1_2-32.tar.gz from ESRIs homepage (ok)<br> </div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




2. build a copy of gdal (same version you have on your system already)<br>
off to the side with the FGDB plugin enabled<br></blockquote></div><div><b>Bold </b>is comand in bash-terminal...<br><br><b>sudo apt-get update && sudo apt-get upgrade</b> <--update and upgrade<br><b>mkdir ~/Desktop/gdal-mod</b> <--create a folder namned gdal-mod on my desktop, -mod stands for modified, as I going to change and compile a new .<br>



<b>cd ~/Desktop/gdal-mod</b> <--move cursor to the created folder.<br><b>apt-get source gdal-bin </b><--download source-cod from my respositories (same as my binary installed on my system, into the folder I stand in ~/Desktop/gdal-mod)<br>



<b>sudo apt-get build-dep gdal</b> <--geting dependencies so my system can build the package gdal.<br><br>I moved the downloaded FileGDB_API_1_2-32.tar.gz to the folder ~/Desktop/gdal-mod and run:<br><br>joni@Intel:~/Desktop/gdal-mod$ <b>tar xzf FileGDB_API_1_2-32.tar.gz</b> <--unpack the package tar.gz.<br>

the file in the folder ~/Desptop/gdal-mod are now:<br>joni@Intel:~/Desktop/gdal-mod$<b>ls</b><br>FileGDB_API                <span style><span style="color:rgb(255,0,0)">gdal-1.6.3</span> </span>                 <span style="color:rgb(255,0,0)">gdal_1.6.3-3build2.dsc</span><br>

FileGDB_API_1_2-32.tar.gz  <span style="color:rgb(255,0,0)">gdal_1.6.3-3build2.diff.gz  gdal_1.6.3.orig.tar.gz</span><br><br>What I now see it that the version of gdal is <span style="color:rgb(255,0,0)">gdal_1.6.3</span>, not <span style="color:rgb(0,0,255)">gdal 1.9.2-2.</span><br>

<br>If I go in to Synaptic and right click on gdal-bin (installed version 1.9.2--2~lucis5) and choice <i>'Property'</i> and the tab <i>'Version'</i> it says:<br>Available versions:<br>1.9.2-2ucis5 (lucid)<br>

1.6.3-3build2 (lucid)<br><br>Can someone explain what's wrong? I have Ubuntu Lucid 10.04LTS and I have added ppa <a href="http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu" target="_blank">http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu</a>.<br>

<br><span style="color:rgb(53,28,117)"><font>Could it be that <b>apt-get source gdal-bin </b>just get whats in the ordinal repositories, not added ppa?</font></span><br><br>/Johan N /Cheers<br><br><br></div><div class="im">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


3. Install/Copy that plugin into your ogr (gdal?) plugins folder<br>
<br>
I'm still digging to see if someone has written out a helper script or<br>
more clear instructions.<br>
<br>
Enjoy,<br>
Alex<br></blockquote></div></div></div>
</blockquote></div><br></div>