[MDEV-6149] Include file pcre.h missing in binary dist, meaing I_S plugins can't be built Created: 2014-04-22 Updated: 2014-06-06 Resolved: 2014-06-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.12 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Anders Karlsson | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
The binary distributions of MariaDB now contains the includefiles and libraries needed to build most plugins. In the case of INFORMATION_SCHEMA plugins though, the (generated by a build) pcre.h file is missing, this is include by item.h which in turn in included by sql_lex.h and so on. For example it seems not to be possible to build the qc_info plugin without pcre.h. This seems to be the only missing component for this to work. |
| Comments |
| Comment by Sergei Golubchik [ 2014-06-03 ] |
|
you mean, binary tarball of MariaDB, right? Not deb or rpm packages? |
| Comment by Anders Karlsson [ 2014-06-03 ] |
|
Yes, that's true, it was the tarball I tested. |