Advertisement
NameL3ss

mysql m1

Oct 14th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. gem install mysql2 -v '0.5.2' -- \
  2. --with-mysql-lib=/opt/homebrew/Cellar/mysql@5.7/5.7.35/lib \
  3. --with-mysql-dir=/opt/homebrew/Cellar/mysql@5.7 \
  4. --with-mysql-config=/opt/homebrew/Cellar/mysql@5.7/5.7.35/bin/mysql_config \
  5. --with-mysql-include=/opt/homebrew/Cellar/mysql@5.7/5.7.35/include
  6.  
  7.  
  8. bundle config build.mysql2 --with-ldflags=-L/opt/homebrew/Cellar/mysql-client/8.0.26/lib --with-cppflags=-I/opt/homebrew/Cellar/mysql-client/8.0.26/include/mysql
  9.  
  10.  
  11. gem install mysql2 -v '0.5.2' -- --with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement