From fd98b3ae1396f604d13ffb52b8079c3dd771728a Mon Sep 17 00:00:00 2001 From: mriviere-opendatasoft <38034966+mriviere-opendatasoft@users.noreply.github.com> Date: Mon, 3 Dec 2018 15:37:39 +0100 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 4b8f685..11e5a66 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -192,4 +192,13 @@ If you have python-build installed as an pyenv plugin: ```sh $ cd ~/.pyenv/plugins/python-build && git pull +``` + +## Mojave: missing "my_config.h" + +Instead of `brew install mysql`, use `brew install mysql@5.7`. Then run: +``` +export PATH="/usr/local/opt/mysql@5.7/bin:$PATH" +export LDFLAGS="-L/usr/local/opt/mysql@5.7/lib" +export CPPFLAGS="-I/usr/local/opt/mysql@5.7/include" ``` \ No newline at end of file