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

dyld: Library not loaded: libgmp.10.dylib (MAC OSX) #4

Open
TomFreudenberg opened this issue Oct 23, 2016 · 0 comments
Open

dyld: Library not loaded: libgmp.10.dylib (MAC OSX) #4

TomFreudenberg opened this issue Oct 23, 2016 · 0 comments

Comments

@TomFreudenberg
Copy link
Member

If you try to install ruby release > 2.2.3 the rvm binaries have a builtin dependency to libgmp on MAC. So you need to resolve this before a successful installation.

You need to have a valid Xcode installation to proceed.

Download libgmp source

Get latest source files from: https://gmplib.org/#DOWNLOAD

Extract the downloaded source somewhere and cd that archive. Do the build by running:

./configure

make

make check

sudo make install

After that you should be able to run ruby and installation without an issue.

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

No branches or pull requests

1 participant