-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
Does not install libmysqlclient-dev #457
Comments
My options when encountered this are either to:
|
I've just hit this too, looks to be a breaking change that perhaps was missed during refactoring. I've also noticed following the Readme that passing an array of packages to package_name in mysql_client resource breaks: |
This is a continuing breaking change in Centos as well and needs to be addressed either here or in mysql2_chef_gem. |
I'm facing that problem on CentOS. I can imagine two options here:
Reviewing the release notes - option (2) looks more appropriate at first glimpse, at least for @tas50, any opinion in which direction would we like to evolve? |
This was fixed in the last release. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Cookbook version
8.0.1
Chef-client version
12.13.37
Platform Details
Ubuntu 14.04
Scenario:
Install the mysql gem, which requires the mysql client dev libraries to be installed.
Steps to Reproduce:
In a recipe, insert the following:
Expected Result:
I expected the development libraries to be installed.
From the cookbook description: The mysql_client resource manages the MySQL client binaries and development libraries.
Actual Result:
The development libraries were not installed. On Ubuntu 14.04, libmysqlclient-dev was not installed.
As best as I can tell, the development library packages were removed in commit 824e854.
The text was updated successfully, but these errors were encountered: