-
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
Wrong version of libcurl installed as part of vagrant 1.8.7 #8036
Comments
This issue is also affecting my OS X systems, which are running 10.11.6. Normal Vagrant usage doesn't return an error; it was only through some debugging that I found I was also affected. The error message returned is:
As a workaround, I symlinked OS X's version of |
I got same problem
os:10.12.1 |
#7969 |
Closing as dup of #7969 |
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. |
Please note that the Vagrant issue tracker is reserved for bug reports and
enhancements. For general usage questions, please use the Vagrant mailing list:
https://groups.google.com/forum/#!forum/vagrant-up. Thank you!
Vagrant version
Run
vagrant -v
to show the version. If you are not running the latest versionof Vagrant, please upgrade before submitting an issue.
1.8.7
Host operating system
This is the operating system that you run locally.
macOS 10.12.1
Guest operating system
This is the operating system you run in the virtual machine.
none yet.
Vagrantfile
# Copy-paste your Vagrantfile here
not applicable
Please note, if you are using Homestead or a different Vagrantfile format, we
may be unable to assist with your issue. Try to reproduce the issue using a
vanilla Vagrantfile first.
Debug output
Provide a link to a GitHub Gist containing the complete debug output:
https://www.vagrantup.com/docs/other/debugging.html. The debug output should
be very long. Do NOT paste the debug output in the issue, just paste the
link to the Gist.
Expected behavior
What should have happened?
vagrant command should have executed.
Actual behavior
What actually happened?
Error message returned, and Crash Reporter runs.
Error is as follows:
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
Abort trap: 6
Short version: vagrant does not work at all.
One possibility: if @rpath is not set, it could be trying to use the libcurl.4.dylib in /usr/lib, but that one is actually a newer version than the vagrant included version.
Steps to reproduce
References
Are there any other GitHub issues (open or closed) that should be linked here?
For example:
The text was updated successfully, but these errors were encountered: