-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I've had a whole heap of trouble getting started, that turned out to be because the underlying vagrant box is long out of date, and doesn't support the current version of VirtualBox Guest Additions.
The fix for the VirtualBox Guest Additions bit turns out to be quite simple. Just do a sudo yum update inside the vagrant box and then a vagrant reload from outside. However it doesn't end there. Having done those updates, I get further errors:
==> default: Error: Package: gdal-2.1.2-1.el6.x86_64 (geoshape)
==> default: Requires: libnetcdf.so.6()(64bit)
==> default: Error: Package: gdal-2.1.2-1.el6.x86_64 (geoshape)
==> default: Requires: netcdf
==> default: Error: Package: gdal-2.1.2-1.el6.x86_64 (geoshape)
==> default: Requires: libhdf5.so.6()(64bit)
==> default: Error: Package: gdal-2.1.2-1.el6.x86_64 (geoshape)
==> default: Requires: hdf5
==> default: Error: Package: gdal-2.1.2-1.el6.x86_64 (geoshape)
==> default: Requires: postgresql96-libs
That seems to come from trouble installing the postgis-postgresql95 package.