You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/23 13:48:01 UTC

[GitHub] [incubator-superset] tanmaya26 commented on issue #7587: Unable to connect to mysql

tanmaya26 commented on issue #7587: Unable to connect to mysql
URL: https://github.com/apache/incubator-superset/issues/7587#issuecomment-495225893
 
 
   Issue Fixed with following:
   
   1. Find openssl path using 'which openssl'
   2. Create symlink from openssl to python3.6 which in my case was in /usr/local/bin and the python3.6 libraries were in /usr/local/lib. My openssl was in /usr/local/opt
   3. Created links as follows:
   ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib
   ln -s /usr/local/opt/openssl/lib/libssl.a /usr/local/lib
   ln -s /usr/local/opt/openssl/lib/libssl.dylib /usr/local/lib
   ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib
   ln -s /usr/local/opt/openssl/lib/libcrypto.a /usr/local/lib
   ln -s /usr/local/opt/openssl/lib/libcrypto.dylib /usr/local/lib
   ln -s /usr/local/opt/openssl@1.0 /usr/local/bin
   ln -s /usr/local/opt/openssl /usr/local/bin

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org