Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Last active October 20, 2021 20:29
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 wbotelhos/c9dc1c5279b1ef7bae96164f45bd4997 to your computer and use it in GitHub Desktop.
Save wbotelhos/c9dc1c5279b1ef7bae96164f45bd4997 to your computer and use it in GitHub Desktop.
Mac ARM64 M1 - MySQL Error "ld: library not found for -lzstd"
gem install mysql2 -- --with-mysql-lib=$(brew --prefix)/Cellar/mysql/5.7.35/lib/ --with-mysql-dir=$(brew --prefix)/Cellar/mysql/5.7.35/ --with-mysql-config=$(brew --prefix)/Cellar/mysql/5.7.35/bin/mysql_config --with-mysql-include=$(brew --prefix)/Cellar/mysql/5.7.35/include/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment