# Compile GDAL from source... cd /usr/local/ && sudo mkdir gdal && sudo chown arthur gdal && cd gdal wget http://download.osgeo.org/gdal/1.11.0/gdal-1.11.0.tar.gz tar -xzvf gdal-1.11.0.tar.gz && rm gdal-1.11.0.tar.gz && cd gdal-1.11.0 ./configure --with-python --with-hdf5=/usr/local/hdf5/hdf5-1.8.13/hdf5 make sudo make install