Last active
March 21, 2019 11:45
-
-
Save holin/83d2de93e32b8b787c512c4a72cf311d to your computer and use it in GitHub Desktop.
Install mysql2 gem for some special condition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I had this issue. Hope you have xcode command line installed. I had to to install some missing header files by | |
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg | |
then | |
"Not really, just gem uninstall mysql2 and bundle install to install it back." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brianmario/mysql2#1001