-
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
version 5.3.0 fails to build on Centos and ruby 2.7 #1105
Comments
What version of CentOS is this? What version of MySQL are you linking against? |
|
Same here:
|
On
I can install 0.5.3 with:
Version 0.5.2 installs without giving --srcdir
upon requiring the gem. @snehaso : Are you able to load/require version 0.5.2 of the gem? On my development machine (OS X) I have "mysql2.bundle" in ".../mysql2-0.5.2/lib/mysql2/" - this file does not exist on my production machine. |
Update: I can use 0.5.2 provided I do not use the Option
(turns out I had that stuck in bundle/config). The issue with 0.5.3 remains as described above. Btw: Without the --srcdir option the build of 0.5.3 also fails for me with
|
Also fails on 4.1.12-124.32.3.el6uek.x86_64 for me without the --srcdir=/usr/include/mysql compiling client.c |
Looks like this affects 2.7 on all platforms. It has been fixed in f62edc0 which was December, but we're still waiting for a release? |
We were able to get around the |
@cschoene Thank you, that worked for me! I need to get my client off of CentOS at some point :) |
This isn't specific to CentOS. |
Hi
I'm unable to install version 0.5.3 on centos and ruby 2.7. I see following error. I'm interested in this version because it has keyword arguments fixes.
As you can see, the version 0.5.2 works fine.
The text was updated successfully, but these errors were encountered: