Le lundi 26 septembre 2016 04:10:06, JIA Pei a écrit : > Hi, all: > > I actually would like to enable as many packages as possible for gdal, but > it seems even if I strictly following "*./configure --hel*p", some packages > are still NOT able to be configured correctly. > For instance, *HDF5* (instead of *HDF4*)? > > I'm using Ubuntu 16.04.1, and it seems the default *gdal* from repository > is based on *HDF4* ?? > That's why I would like to build *gdal* by myself.
The GDAL package from https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/ has the HDF5 dependency. If you look at the debian/rules file of https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis- unstable/+files/gdal_2.1.0+dfsg-1~xenial0.debian.tar.gz there's a trick to find the HDF5 lib which is at a quite particular location : --with-hdf5=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial where $(DEB_HOST_MULTIARCH) will evaluate to x86_64-linux-gnu in your case. -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
