Skip to content
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

MariaDB 10.2.8 header files location change #132

Open
peterph opened this issue Sep 30, 2017 · 1 comment
Open

MariaDB 10.2.8 header files location change #132

peterph opened this issue Sep 30, 2017 · 1 comment

Comments

@peterph
Copy link

peterph commented Sep 30, 2017

MariaDB 10.2.8 made some changes to header files layout, among others my_config.h was moved to the server/ subdirectory. Since then builds of MySQLdb1 end with fatal error of being unable to locate the header file, like e.g.:

x86_64-pc-linux-gnu-gcc -O2 -pipe -fno-strict-aliasing -fPIC \
    -Dversion_info=(1,2,3,'final',0) -D__version__=1.2.3 \
    -I/usr/include/mysql -I/usr/include/mysql/.. -I/usr/include/python2.7 \
    -c _mysql.c -o /some/path/MySQL-python-1.2.3-python2_7/temp.linux-x86_64-2.7/_mysql.o
_mysql.c:36:10: fatal error: my_config.h: No such file or directory
#include "my_config.h"
@driesmp
Copy link

driesmp commented Oct 5, 2017

Please fix this, I'm having the same issue with MariaDB 10.2.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants