When I run " bundle install " I get the following error:
An error occurred while installing mysql2 (0.3.17), and Bundler cannot continue.
Make sure that `gem install mysql2 -v '0.3.17'` succeeds before bundling.
And when I try to run the command gem install mysql2 -v '0.3.17'
I get the error:
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
I've tried reinstalling and installing the rails.
I'm on a MacOs.
Anyone? Thanks!