-
Notifications
You must be signed in to change notification settings - Fork 38
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
gem_package installation issue #22
Comments
probably a dulicate of #17 |
#17 is about yum-mysql-community and version this is a compilation error with mysql2-chef-gem. The might somewhat be related. |
For many Linux distros, the compilation process requires files from libmysqlclient-dev or mysql-devel. I added this line to my recipes before the |
@asheperak if this works then it needs to be added to the readme. It works prior to 8.0 without that on centos. |
same as issue #21 |
Both issue #21 #22 are fixed by my PR sous-chefs/mysql#492. |
@jpmat296 I'm looking at the pr and not seeing where it fixes RHEL/Centos Platform. Right now I'm just add |
I've updated the PR. For Fedora / RHEL / Centos, header file mysql.h is missing without my new PR. HTH |
I'm attempting to update to the newest mysql cookbook 8.0.2. I was using an older version of mysql2_chef_gem and upgrade to use locally 1.1.0 and getting the same error i did with the older version.
I'm using it with database cookbook to install a user for a remote user. It looks like it is having a compilation issue. The mysql installation is fine
mysql> \s
mysql Ver 14.14 Distrib 5.6.29, for Linux (x86_64) using EditLine wrapper
Connection id: 4
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.6.29 MySQL Community Server (GPL)
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin1
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /mysql_tmp/mysqld.sock
Uptime: 8 min 50 sec
Threads: 1 Questions: 41 Slow queries: 0 Opens: 87 Flush tables: 1 Open tables: 80 Queries per second avg: 0.077
The text was updated successfully, but these errors were encountered: