Skip to content

Instantly share code, notes, and snippets.

@ybiquitous
Created October 12, 2021 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ybiquitous/85c3a0287d0ed4213a272f8f39bb6b03 to your computer and use it in GitHub Desktop.
Save ybiquitous/85c3a0287d0ed4213a272f8f39bb6b03 to your computer and use it in GitHub Desktop.
Install mysql2 gem on M1 mac
brew install openssl
brew install mysql
bundle config set --local build.mysql2 "--with-opt-dir=$(brew --prefix openssl)" "--with-ldflags=-L$(brew --prefix zstd)/lib"
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment