Andre Joost wrote > I have written down my workflow here: > > http://gis.stackexchange.com/questions/94870/unable-to-install-ecw-support-on-lubuntu-14-04
Andre, doing this, you are building the plugin for gdal 1.11 with old gdal 1.10 code, which is not optimal as there were quite a few changes to the ECW/JP2ECW drivers between 1.10 and 1.11. And it still does not solve the problem of not being able to use the drivers in python (in fact python segfaults immediately for me when trying to import gdal). What I do is very similar, but use the makefile from libgdal-ecw and manually build (using the same commands as per `gdal-ecw-build`) against the gdal 1.11 tree. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Issues-building-ECW-JP2ECW-driver-as-a-plugin-on-Ubuntu-tp5156322p5156335.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
