Last active
October 20, 2021 20:29
-
-
Save wbotelhos/c9dc1c5279b1ef7bae96164f45bd4997 to your computer and use it in GitHub Desktop.
Mac ARM64 M1 - MySQL Error "ld: library not found for -lzstd"
This file contains hidden or 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
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