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
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
This has already been reported in homebrew (which as the gmp formula) and eventmachine - but don't think either sees it as a bug they can address. I'm hoping puppet-ruby is the right place to resolved this.
I was one of those users and found that I could link with:
DYLD_LIBRARY_PATH="/opt/boxen/homebrew/lib"
Keeping that set permanently causes other problems, though.
I haven't had any issues linking to libraries installed via under /opt/boxen/homebrew before, so it seems odd that I would need to manually set the DYLD_LIBRARY_PATH.
What's going wrong here? Is boxen supposed to configure the system so gem's will link against /opt/boxen/homebrew/lib by default, should gmp be installing somewhere else even if homebrew --prefix is /opt/boxen/homebrew, or is there something wrong with the eventmachine extconf.rb?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This has already been reported in homebrew (which as the gmp formula) and eventmachine - but don't think either sees it as a bug they can address. I'm hoping puppet-ruby is the right place to resolved this.
A few people have been reporting issues installing the eventmachine gem, and the most common reported error seems to be:
I was one of those users and found that I could link with:
Keeping that set permanently causes other problems, though.
I haven't had any issues linking to libraries installed via under /opt/boxen/homebrew before, so it seems odd that I would need to manually set the DYLD_LIBRARY_PATH.
What's going wrong here? Is boxen supposed to configure the system so gem's will link against /opt/boxen/homebrew/lib by default, should gmp be installing somewhere else even if
homebrew --prefix
is /opt/boxen/homebrew, or is there something wrong with the eventmachine extconf.rb?The text was updated successfully, but these errors were encountered: