Hello Juan Pedro Pérez!

I've built GDAL 1.9.2 on Ubuntu with the default libdap from repositories:
sudo apt-get install libdap11
sudo apt-get install libdap-dev

ldconfig -p | grep libdap
gives the following:

    libdapserver.so.7 (libc6) => /usr/lib/i386-linux-gnu/libdapserver.so.7
    libdapserver.so (libc6) => /usr/lib/i386-linux-gnu/libdapserver.so
    libdapclient.so.3 (libc6) => /usr/lib/i386-linux-gnu/libdapclient.so.3
    libdapclient.so (libc6) => /usr/lib/i386-linux-gnu/libdapclient.so
    libdap.so.11 (libc6) => /usr/lib/i386-linux-gnu/libdap.so.11
    libdap.so (libc6) => /usr/lib/i386-linux-gnu/libdap.so

Then I've added option --with-dods-root=/usr for the ./configure script.


I was able to use gdal for accessing remote datasets, but the current DODS driver is not perfect. See

http://trac.osgeo.org/gdal/ticket/4890

Regards!
Anton

On 02/14/2013 01:10 PM, Juan Pedro Pérez Alcántara wrote:
Hello,

this must be easy or altogether resolved but I can't find a solution. Hope you can help me.

I have been trying to build GDAL 1.9.0 and 1.9.2 with OpenDAP / DODS support. I have built libdap 3.11.7 without any problems, and my OpenDAP server is working, as far as I know, flawlessly. But when I try to build GDAL, make complaints about not finding AISConnect.h, which is not present in the system nor in the source tarball of libdap. I hear that the DAP++ SDK team has dropped this family of classes, and that they recommend to link to new ones, it seems that with the same interface.

Anyone has had this issue? Is currently possible to build GDAL with OpenDAP support? Which versions of GDAL and libdap are needed?

Thanks a lot in advance,

Juan Pedro Pérez Alcántara


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to