You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 avagrant 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.
The text was updated successfully, but these errors were encountered: