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
And am getting the following error when running make:
$ make
/usr/local/bin/crystal build --release --no-debug -o bin/icr src/icr/cli.cr
Package libssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libssl' found
Package libcrypto was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcrypto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcrypto' found
How do I get the required openssl libs into my PKG_CONFIG_PATH path?
The text was updated successfully, but these errors were encountered:
I've installed the latest Crystal via homebrew:
And have installed all the required libraries:
And am getting the following error when running
make
:How do I get the required
openssl
libs into myPKG_CONFIG_PATH
path?The text was updated successfully, but these errors were encountered: