[Maria-developers] pcre.h should be installed if MariaDB is built with bundled pcre ?
![](https://secure.gravatar.com/avatar/160872cdc5ef263dc5303110cbe14e5c.jpg?s=120&d=mm&r=g)
Hi, pcre.h is not installed by 'make install' even if MariaDB is built with bundled pcre. But pcre.h is referred in one of installed header files like : include/mysql/private/item_cmpfunc.h:#include "pcre.h" /* pcre header file */ So I think that it is better to install pcre.h as well if MariaDB is built with bundled pcre. What do you think ? -- Kazuhiko Shiozaki, Nexedi SA Senior Consultant Nexedi: Consulting and Development of Free / Open Source Software http://www.nexedi.com/ ERP5: Full Featured High End Open Source ERP http://www.erp5.com/
![](https://secure.gravatar.com/avatar/39b623a1559cf9c69ac3d9d4fb44e7fe.jpg?s=120&d=mm&r=g)
Hi, Kazuhiko! On Nov 04, Kazuhiko Shiozaki wrote:
Hi,
pcre.h is not installed by 'make install' even if MariaDB is built with bundled pcre. But pcre.h is referred in one of installed header files like :
include/mysql/private/item_cmpfunc.h:#include "pcre.h" /* pcre header file */
So I think that it is better to install pcre.h as well if MariaDB is built with bundled pcre. What do you think ?
Yes, when a bundled pcre is used, pcre.h is installed (I've just tested it). This was MDEV-6149, fixed in June 2014. Regards, Sergei
participants (2)
-
Kazuhiko Shiozaki
-
Sergei Golubchik