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
trying to build a sample project I get build error
"checking for library containing clock_gettime... none required
checking for library containing fdatasync... none required
checking for library containing sched_yield... none required
checking for library containing gethostbyname_r... no
checking for library containing shmget... none required
checking for library containing backtrace_symbols... none required
checking for library containing readline... -lreadline
checking for inflate in -lz... yes
checking for CRYPTO_new_ex_data in -lcrypto... no
configure: error: library 'crypto' is required for OpenSSL"
openSSL is installed as far as I can see
The text was updated successfully, but these errors were encountered:
Thanks for reporting @oimediaDev, afraid I missed this until just now.
Did you make any progress?
Do you know which of the tools asdf is installing causes the problem?
If you run asdf plugin list it will show the enabled plugins, and asdf list will show the versions of each tool you have. Manually stepping through main/templates/asdf.rb and running the commands on their own might shed more light on what's going on.
I am running the project on an M1 Mac
trying to build a sample project I get build error
"checking for library containing clock_gettime... none required
checking for library containing fdatasync... none required
checking for library containing sched_yield... none required
checking for library containing gethostbyname_r... no
checking for library containing shmget... none required
checking for library containing backtrace_symbols... none required
checking for library containing readline... -lreadline
checking for inflate in -lz... yes
checking for CRYPTO_new_ex_data in -lcrypto... no
configure: error: library 'crypto' is required for OpenSSL"
openSSL is installed as far as I can see
The text was updated successfully, but these errors were encountered: