Bug #75708 | missing thr_*.h header file in mysql-community-devel-5.7.5-0.6.m15 RPM | ||
---|---|---|---|
Submitted: | 31 Jan 2015 5:49 | Modified: | 13 Feb 2015 20:49 |
Reporter: | 智史 三谷 | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[31 Jan 2015 5:49]
智史 三谷
[13 Feb 2015 20:49]
MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL. [miguel@vbcentos65 test]$ rpm -qa | grep 'mysql-community' mysql-community-libs-5.7.5-0.6.m15.el6.x86_64 mysql-community-libs-compat-5.7.5-0.6.m15.el6.x86_64 mysql-community-release-el6-5.noarch mysql-community-client-5.7.5-0.6.m15.el6.x86_64 mysql-community-devel-5.7.5-0.6.m15.el6.x86_64 mysql-community-common-5.7.5-0.6.m15.el6.x86_64 mysql-community-server-5.7.5-0.6.m15.el6.x86_64 [miguel@vbcentos65 test]$ cat test.c #include <my_global.h> #include <mysql.h> int main(int argc, char **argv) { printf("MySQL client version: %s\n", mysql_get_client_info()); exit(0); } [miguel@vbcentos65 test]$ gcc test.c -o test `mysql_config --cflags --libs` [miguel@vbcentos65 test]$ ./test MySQL client version: 5.7.5-m15
[8 Oct 2015 18:21]
Jason Mallory
This library is missing. It is a bug not a discussion that doesn't get answers from the forum: In file included from database.cpp:16:0: mysql_incl.hpp:24:24: fatal error: my_pthread.h: No such file or directory #include <my_pthread.h>