-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred while installing mysql2 (0.5.3), and Bundler cannot continue. #1145
Comments
This error message doesn't indicate any mysql2 install problem. Perhaps there are some other errors that you haven't pasted here? Rails 6.0.3.4 certainly exists. Perhaps you had a temporary network failure? https://rubygems.org/gems/rails |
Here its the full log:
|
See the comments at #795 (comment) |
It worked. Thank you so much!! |
This will solve the problem. It means you have some dependencies that's not installed in your machine. |
Mysql2 error fixed on DEBIAN 10 Ruby 3.1.0 and Rails 7.0.1 installing this other replacing packages of libmysqlclient-dev sudo apt-get install libmariadb-dev-compat libmariadb-dev |
what about on a windows [11] machine? |
@Thebluedragon7 how did you solve it? |
If someone know how we can applicate this command on windows ,that be nice |
@Azrodt this issue is about MAC and is closed. Check there are some opened issues for windows. If such error not reported for win, just open new one with details. |
This solved for me! Thanks!! |
I'm install redmine. Use Mariadb. I got this msg 'An error occurred while installing mysql2 (0.5.5), and Bundler cannot continue.' |
use ' apt install libmariadb-dev ' then bundle install again. |
worked for me thanks |
Hello! Im trying to install Ruby on Rails but Im getting this error while creating a project!
Any ideas how to fix it? Im on macOS Catalina
The text was updated successfully, but these errors were encountered: