Bug #76350 | C Extension fails to compile if mysql_config return more than one include dir | ||
---|---|---|---|
Submitted: | 17 Mar 2015 13:03 | Modified: | 24 Mar 2017 15:42 |
Reporter: | Guillaume Poulin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / Python | Severity: | S2 (Serious) |
Version: | 2.1.1 | OS: | Linux |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[17 Mar 2015 13:03]
Guillaume Poulin
[19 Mar 2015 13:38]
Geert Vanderkelen
Thanks for reporting this issue. Verified. Which specific Linux distribution was used? Which MySQL package?
[25 Mar 2015 3:23]
Guillaume Poulin
I'm using Gentoo with dev-db/mariadb-10.0.17. I looked at the code of mysql_config.sh and only mariadb version could produce more than one include folder. I understand that the support of mariadb is probably not a requirement of this project, however is the only issue that I faced when testing the C extension.
[24 Mar 2017 15:42]
Paul DuBois
Posted by developer: Noted in 2.1.6 changelog. If the output from the mysql_config --include command included more than one directory, the C Extension failed to compile.