Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-09 Thread Francesco P. Lovergine
On Mon, Feb 07, 2011 at 11:29:44AM -0500, Frank Warmerdam wrote: > > Note that in 1.9 (aka trunk) GDAL now looks in /usr/local/lib/gdalplugins/1.9 > before looking in /usr/local/lib/gdalplugins so embedding the version in > the directory name is no longer needed. > Definitively a good news! --

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-07 Thread Frank Warmerdam
On 11-02-07 11:18 AM, Matt Wilkie wrote: Perhaps try setting the environment variable GDAL_DRIVER_PATH to /usr/lib/gdal17plugins Ok, that finally did the trick. Thanks for your help. $ export GDAL_DRIVER_PATH=/usr/lib/gdal17plugins Is this normally set as part of the install? (e.g. should I r

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-07 Thread Matt Wilkie
> Perhaps try setting the environment variable GDAL_DRIVER_PATH to > /usr/lib/gdal17plugins Ok, that finally did the trick. Thanks for your help. $ export GDAL_DRIVER_PATH=/usr/lib/gdal17plugins Is this normally set as part of the install? (e.g. should I report a packaging bug?) -- -matt _

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-06 Thread Marius Jigmond
If that doesn't work, going back to what Even said earlier: 1. create a gdal_plugins.conf file in /etc/ld.so.conf.d/ with one line: /usr/lib/gdal17plugins 2. sudo ldconfig -marius On Sun, 2011-02-06 at 19:08 +0100, Even Rouault wrote: > Le dimanche 06 février 2011 19:00:03, Matt Wilkie a écrit :

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-06 Thread Even Rouault
Le dimanche 06 février 2011 19:00:03, Matt Wilkie a écrit : > > Check that the gdal_ECW.so (or whatever is name is) is installed in the > > GDAL plugin directory and then do a ldd on this .so to see if the ECW > > SDK .so are reachable. You might need to adjust the /etc/ld.so.conf or > > LD_LIBRARY

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-06 Thread Matt Wilkie
> Check that the gdal_ECW.so (or whatever is name is) is installed in the GDAL > plugin directory and then do a ldd on this .so to see if the ECW SDK .so are > reachable. You might need to adjust the /etc/ld.so.conf or LD_LIBRARY_PATH to > add them. Is this searchable: ? {{{ matt@ubuntu-desktop:~

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-06 Thread Matt Wilkie
> Did you run "sudo ldconfig"? yes -- -matt ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-05 Thread Marius Jigmond
Did you run "sudo ldconfig"? http://trac.osgeo.org/ubuntugis/wiki/UserTutorials -marius On Sat, 2011-02-05 at 20:24 +0100, Even Rouault wrote: > Le samedi 05 février 2011 20:18:16, Matt Wilkie a écrit : > > > So you should try "sudo gdal-ecw-build /usr/local" because you > > > "./configure" the

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-05 Thread Even Rouault
Le samedi 05 février 2011 20:18:16, Matt Wilkie a écrit : > > So you should try "sudo gdal-ecw-build /usr/local" because you > > "./configure" the ECW SDK without any installation prefix. > > Ahh, thanks Even. That let me run gdal-ecw-build without error, though > there were lots of deprecation wa

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-05 Thread Matt Wilkie
> So you should try "sudo gdal-ecw-build /usr/local" because you "./configure" > the ECW SDK without any installation prefix. Ahh, thanks Even. That let me run gdal-ecw-build without error, though there were lots of deprecation warnings. "gdalinfo --formats |grep -i ecw" still comes back empty h

Re: [gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-05 Thread Even Rouault
The error message """using /usr/lib/gdal17plugins as GDAL shared library autoload directory checking for libNCSEcw.so or libecwj2... configure: error: not found in /home/matt/src/libecwj2-3.3/Source//lib or /home/matt/src/libecwj2-3.3/Source//bin.""" leads me to think that you didn't specify the

[gdal-dev] error adding ecw on Ubuntu 10.4 (lucid)

2011-02-04 Thread Matt Wilkie
Hi Folks, I'm trying to add ECW read support to gdal in Ubuntu 10.4 (Lucid) amd64 and not having much luck. The end goal is simply to be able to view ecw images in QGIS. What I've tried to date follows. Edited for space, things were not actually installed all at the same time or in the order as