-
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
Fix with --with-mysql-dir #952
Conversation
* upstream/master: Expose windows client authentication (brianmario#1018) Fix code snippet (brianmario#1002) Add CentOS on Travis CI. (brianmario#989) Bump version to 0.5.2 Travis apt-get update for MySQL 5.5 install Updating the mysql2_mysql_enc_to_rb conversion table to 8.0 List (brianmario#976) Add default-libmysqlclient-dev to the likely packages list Bump version to 0.5.1 Use the prepared statement performance schema if available (brianmario#960) README mysql2 0.5.x works with Rails 5.0.7, 5.1.6, and higher README be sure to read about the known limitations of prepared statements Add missing FREE_BINDS to prepared statement streaming error case (brianmario#958) Fix with --with-mysql-dir (brianmario#952) Prevent command out of sync errors with Prepared Statements (brianmario#958)
Hi there, I'm facing this issue with mysql2-0.5.3 when trying to install Redmine on CentOS 8. I first install it using Then uninstall the gem and set the bundle config In both case the installation of mysql2 went well but then this error occur If I follow the link above it seems to say that the fix has been merged since 0.5.2 but I have 0.5.3. Please note that I'm using MariaDB server installed with their repository. Regards, |
PS : |
@glouton 1. Please open a new issue. 2. I don't follow why you're using any config options at all. Your libraries are in a standard location. The build auto-detects standard locations by default. |
When gem install with
--with-mysql-dir
, themysql2.so
library does not linklibmysqlclient.so
.