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
Installing s2 via BioConductor attempts to use /usr/local/opt/openssl as the search path for libssl and libcrypto but tries to load libssl.1.0.0.dylib which is not a valid library in that folder, therefore I tried github master which modifies configure#L36 to specify openssl@1.1, however this did not resolve the issue.
It appears that src/tests/main.c is missing in the git clone, which impacts configuration.
PikalaxALT
changed the title
Installation on macOS 11.5 with homebrew openssl tries to load wrong dylib
Missing test source causes broken configuration on macOS
Oct 8, 2021
I created a dummy src/tests/main.c file which includes <openssl/ssl.h>, calls a library method from that header, and prints "Hello, world!". The resulting configuration generates a successful build.
Installing s2 via BioConductor attempts to use
/usr/local/opt/openssl
as the search path for libssl and libcrypto but tries to loadlibssl.1.0.0.dylib
which is not a valid library in that folder, therefore I tried github master which modifiesconfigure#L36
to specifyopenssl@1.1
, however this did not resolve the issue.System: Intel MacBook Pro running Big Sur
Homebrew: installed openssl@1.0, openssl@1.1, openssl@3.0
R version 4.1.1 Kick Things
To reproduce:
Observation:
The text was updated successfully, but these errors were encountered: