-
Notifications
You must be signed in to change notification settings - Fork 549
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
Problem when installing mysql2 in Ruby 2.7.2 with dev tollkit #1160
Comments
I ran into the same error, but on Ubuntu 20.04. In that case it was caused by a missing library and was fixed by installing the missing library: sudo apt-get install default-libmysqlclient-dev However, it looks like you're running on Windows, so you might want to check out the following section in the readme: |
Any update? |
I had a similar issue (failure in line 1050 or 1771 of |
Linux Ubuntu 20.04.1: I ran into this problem and running the following fixed it (as said above):
|
Solved this on Manjaro using |
I had same isssue, with:
and did install before gem install mysql2:
|
Centos 9 + MariaDB experience - needed to install
|
Had same problem on mac M1 Ventura 13.0 |
The current release is |
Hi! I'm trying to bundle install and gem install mysql2 but got this error:
I think I got the same error when I tried to install the gem manually:
Gem files will remain installed in C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/mysql2-0.5.2 for inspection.
Results logged to C:/Ruby27-x64/lib/ruby/gems/2.7.0/extensions/x64-mingw32/2.7.0/mysql2-0.5.2/gem_make.out`
Log:
Someone can help me?
The text was updated successfully, but these errors were encountered: