MXS-864: Document build problems with PCRE2

Added a note about PCRE2 and possible problems that occur when CMake is
configured multiple times.
This commit is contained in:
Markus Mäkelä
2017-03-16 15:00:49 +02:00
parent a19c0ed1f3
commit 2e6e8574a4

View File

@ -108,6 +108,11 @@ sudo make install
Other useful targets for Make are `documentation`, which generates the Doxygen documentation, and `uninstall` which uninstall MariaDB MaxScale binaries after an install. Other useful targets for Make are `documentation`, which generates the Doxygen documentation, and `uninstall` which uninstall MariaDB MaxScale binaries after an install.
**Note**: If you configure CMake multiple times, it's possible that you will run
into problems when building MaxScale. Most of the time this manifests as a
missing _pcre2.h_ header file. When this happens, delete everything in the
build directory and run the CMake command again.
# Building MariaDB MaxScale packages # Building MariaDB MaxScale packages
In addition to the packages needed to build MariaDB MaxScale, you will need the In addition to the packages needed to build MariaDB MaxScale, you will need the