You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I hope not to abuse the issue system but frankly I do not understand if what is happening is an issue of HsOpenSSL on (newer?) macOs or something I am missing / doing wrong.
Anyway, after a successful installation of HsOpenSSL with cabal then ghci stops with error
dlopen(/Users/comini/.cabal/store/ghc-8.10.7/lib/libHSHsOpnSSL-0.11.7.2-7ed92aa3-ghc8.10.7.dylib, 0x0005): symbol not found in flat namespace (_AES_cbc_encrypt)
On my Mac I have installed macport ports openssl3 and openssl11 (and pkg-config).
I have tried cabal adding also "-f use-pkg-config" as well as "-f macports-openssl" but the issue remains.
Can you help me?
The text was updated successfully, but these errors were encountered:
Hi guys, I hope not to abuse the issue system but frankly I do not understand if what is happening is an issue of HsOpenSSL on (newer?) macOs or something I am missing / doing wrong.
Anyway, after a successful installation of HsOpenSSL with cabal then ghci stops with error
dlopen(/Users/comini/.cabal/store/ghc-8.10.7/lib/libHSHsOpnSSL-0.11.7.2-7ed92aa3-ghc8.10.7.dylib, 0x0005): symbol not found in flat namespace (_AES_cbc_encrypt)
On my Mac I have installed macport ports openssl3 and openssl11 (and pkg-config).
I have tried cabal adding also "-f use-pkg-config" as well as "-f macports-openssl" but the issue remains.
Can you help me?
The text was updated successfully, but these errors were encountered: