Ok, I admit it.&nbsp; I was lured by the promise of what I didn&#39;t already have.&nbsp; I had a perfectly functional gdal install from source on my Ubuntu box.&nbsp; Then I went and installed Qgis using apt-get, which brought in a gdal package as well, and started to get errors like the one below.<br>
<br>ogrinfo: symbol lookup error: ogrinfo: undefined symbol: _ZN10OGRFeature12DumpReadableEP8_IO_FILE<br><br>I decided I&#39;d rather have ogrinfo than Qgis, so I removed Qgis using &quot;apt-get autoremove qgis&quot;.&nbsp; This said that it removed some gdal stuff, but afterwards I still had the ogrinfo error.&nbsp; I then went into my &quot;/usr/local/gdal-1.5.2/&quot; and did a &quot;make clean&quot;.&nbsp; I also deleted all &quot;ogr&quot; and &quot;gdal&quot; apps that were left in &quot;/usr/local/bin&quot;.&nbsp; I then built gdal from source again in the &quot;/usr/local/gdal-1.5.2/&quot; dir.&nbsp; However, when I do a &quot;ogrinfo --version&quot; it tells me I&#39;m using &quot;GDAL 1.6.0&quot; - and I still have the ogrinfo error.<br>
<br>I&#39;ve checked my &quot;gdal-config&quot; file and it says CONFIG_VERSION=&quot;1.5.2&quot;, which is correct.&nbsp; So now I&#39;m kinda scratching my head wondering what to delete next.&nbsp; <br><br>Any hints, please?<br><br>
Thanks,<br><br>Roger<br>