-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Cannot install remote boxes #8034
Comments
Check the workaround available on the related issue #7969 . Also I'd similar issue as you stated. I have done as @jenhsun stated on issue #7969. Below are the steps executed as follows:
Add box will print out the following stand message as: ==> box: Loading metadata for box 'centos/7'
Enter your choice: 2 |
Hello. Seems duplicate of #7969 |
Ah, great! Running: sudo rm -rf /opt/vagrant/embedded/bin/curl …seems to remove the conflicted version of cURL. I can run |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
Vagrant 1.8.7
Host operating system
OS X 10.12.1
Guest operating system
n/a
Vagrantfile
Debug output
https://gist.github.com/swashcap/db4d262b37c896bb6645e440c9a5e0a8
Expected behavior
Ran these commands from the Getting Started guide:
I expected this would start up a machine using VirtualBox as the provider.
Actual behavior
Vagrant couldn’t retrieve the box (see debugging output) and dumps this error:
This behavior is observed with every other box. This error seems to swallow a Vagrant bundled dependency problem (libcurl), observable in the debug log:
DEBUG subprocess: stderr: dyld: Library not loaded: @rpath/libcurl.4.dylib Referenced from: /opt/vagrant/embedded/bin/curl Reason: Incompatible library version: curl requires version 9.0.0 or later, but libcurl.4.dylib provides version 7.0.0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 6
Steps to reproduce
Install latest Vagrant (Vagrant 1.8.7)
Run instructions from the Getting Started guide:
The text was updated successfully, but these errors were encountered: