}

Articles tagged "lib ssl"

1 min readBeginner

OSX Catalina: ld: library not found for -lssl SOLUTION

When you compile something that requires ssl you need to set the export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/, check here for more details