---------- Forwarded message ---------- From: Julien Malik <[email protected]> Date: 2011/12/13 Subject: Re: [Ubuntu] Fwd: [Qgis-user] Re: Problem readingn geotif file with qgis 1.7.3 To: [email protected]
Hi, FYI the patch that we have for gdal 1.8.0 is here : http://hg.orfeo-toolbox.org/OTB-DevUtils/file/ef64ddb5b440/Packaging/ubuntu/gdal/do_not_disable_GTIFF_for_otb and is not necessary for gdal 1.8.1 The problem appears because somehow you are using in Qgis a package that links to libtiff (maybe from one of the python module loaded in Qgis). Julien Le 13/12/2011 15:28, Etienne Tourigny a écrit : > Hi list, > > forwarding this thread because it relates to ubuntugis. > I'd also like to ask, why is ubuntugis-unstable still using > gdal-1.8.0, as 1.8.1 was released in July? It uses the same gdal > version as ubuntugis-stable. > regards,Etienne > > ---------- Forwarded message ---------- > From: Agustin Lobo<[email protected]> > Date: Tue, Dec 13, 2011 at 11:31 AM > Subject: [Qgis-user] Re: Problem readingn geotif file with qgis 1.7.3 > To: qgis-user<[email protected]>, qgis-developer > <[email protected]> > > > The problem is caused by a faulty libgdal1-1.8.0 in ubuntugis-unstable > > A solution has been suggested by Julien Malik > (see http://orfeo-toolbox.org/otb/) as he had had this problem few weeks ago > and actually made a correctly build libgdal for otb. > > The solution is: > 1. Make sure you have the otb repo in your list: > http://ppa.launchpad.net/otb/orfeotoolbox-stable-ubuntugis/ubuntu > (in my case, lucid) > 2. Run > sudo aptitude install libgdal1-1.8.0=1.8.0-2~lucid2+otb2 > libgdal1-dev=1.8.0-2~lucid2+otb2 > 3. Start QGIS. The tif files can be read and displayed again. > > Now I have libgdal1-1.8.0 flagged as upgradeable in Synaptic, but will > not do it until the > package is fixed there. > > Thanks a lot Julien! > > Agus > > 2011/12/12 Agustin Lobo<[email protected]>: >> >> Just upgraded to qgis 1.7.3 using the ubuntugis-unstable repo >> and cannot open geotif files: >> /media/Iomega_HDD/MASTER_ICTA2007_2008/GEODATA_miniprojs/mtc250/mtc250v5f1r01.tif >> is not a supported raster data source >> WARNING ! libtiff version mismatch : You're linking against libtiff >> 3.X but GDAL has been compiled against libtiff>= 4.0.0 >> >> My gdal is libgdal1-1.8.0, my libtiff4 is 3.9.2-2. Is this thus a >> problem of having an old version of libtiff in ubuntugis? >> >> Any advice on what I can do? >> >> Thanks, >> >> Agus > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > _______________________________________________ > UbuntuGIS mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/ubuntu > http://trac.osgeo.org/ubuntugis/wiki > _______________________________________________ UbuntuGIS mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/ubuntu http://trac.osgeo.org/ubuntugis/wiki _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
