Browse Source

HUE-9368. [docs] Fix for runserver stopping abruptly (sree)

sreenaths 5 years ago
parent
commit
6cc1169078

+ 5 - 1
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -127,7 +127,11 @@ Fix openssl errors (required for MacOS 10.11+)
 
     export LDFLAGS=-L/usr/local/opt/openssl/lib && export CPPFLAGS=-I/usr/local/opt/openssl/include
 
-If you are getting **"Could not find Python.h"** message
+If `runserver` stops abruptly with a  `"zsh: abort"` message
+
+    export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/opt/openssl/lib
+
+If you are getting `Could not find Python.h` message
 
     export SKIP_PYTHONDEV_CHECK=true