Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't mount shared directory #3

Open
mc0e opened this issue Feb 3, 2017 · 0 comments
Open

Can't mount shared directory #3

mc0e opened this issue Feb 3, 2017 · 0 comments

Comments

@mc0e
Copy link

mc0e commented Feb 3, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant