소스 검색

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

sreenaths 5 년 전
부모
커밋
6cc1169078
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      docs/docs-site/content/administrator/installation/dependencies/_index.md

+ 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