[Maria-developers] pcre.h should be installed if MariaDB is built with bundled pcre ?
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/
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