[MDEV-13663] my_config.h missing in MariaDB-devel-10.2.8-1.el7.centos.x86_64 Created: 2017-08-28 Updated: 2017-08-28 Resolved: 2017-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.2.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Ramiro Aparicio | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | centos, packaging | ||
| Environment: |
Centos 7 |
||
| Description |
|
I just updated to latest MariaDB version in a VPS (CPanel 66) and when trying to install mysqlclient python package I found out that it does not compile due to this missing header file, I googled a bit and found that this file is in 10.2.7 rpms from fedora (https://rpmfind.net/linux/RPM/fedora/devel/rawhide/x86_64/m/mariadb-devel-10.2.7-8.fc27.x86_64.html) but it seems to be missing in the latest package in Centos MariaDB repo. Sorry if this is not the jira project to report it or the way to report, but I did not find a lot of information about reporting MariaDB issues. |
| Comments |
| Comment by Sergei Golubchik [ 2017-08-28 ] |
|
yes, Jira is the correct place to report issues like this, thanks for reporting it. Still, in this case it is not a bug in MariaDB. my_config.h is the server header, no client application should include it. All server headers were moved in the server/ subdirectory, because they conflicted with client includes, see |