Answers for "An error occurred while installing mysql2 (0.5.2), and Bundler cannot continue."

SQL
0

An error occurred while installing mysql2 (0.5.3)

$ bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include"
Posted by: Guest on April-30-2020
-1

An error occurred while installing mysql (2.9.1), and Bundler cannot continue

gem install mysql -v '2.9.1' -- --with-cflags="-I<openssl_path>/include" --with-ldflags="-L<openssl_path>/lib"
Posted by: Guest on June-08-2020

Code answers related to "An error occurred while installing mysql2 (0.5.2), and Bundler cannot continue."

Code answers related to "SQL"

Browse Popular Code Answers by Language