Hi you all, don't know if this could be regarded as off topic, however it involves debian package building system.
I am trying to build gdal libraries with ECW support ( http://trac.osgeo.org/gdal/wiki/ECW) because this compression format is not enabled in the standard package. I downloaded ECW SDK source from http://ermapper.com/, did configure && make && make install and then apt-source in order to get debian sources of libgdal. I then edited the debian/rules file in order to add ecw support and started building with dpkg-builpackage -uc but the whole process stops with this error: dh_shlibdeps -L libgdal1-1.4.0 -l debian/libgdal1-1.4.0/usr/lib dpkg-shlibdeps: failure: no dependency information found for /usr/local/lib/libNCSUtil.so.0 (used by debian/libgdal1-1.4.0/usr/lib/libgdal1.4.0.so.1.11.4). dh_shlibdeps: command returned error code 512 make[1]: *** [binary-common] Error 1 make[1]: Leaving directory `/home/morelli/gdal-1.4.4' make: *** [binary-arch] Error 2 dpkg-buildpackage: failure: debian/rules binary gave error exit status 2 libNCSUtil.so.0 is part of libecw and lives in /usr/local/ I tried using the -d flag with dpkg-buildpackage but with no success. Any ideas? How can I override this check and/or debug? Regards -r