d...@brannerchinese.com
2021-12-17 07:08:31 UTC
I'm in the process of installing Alpine 2.25 on MacOS 11.6.1. Where openssl (>= 1.0.0c) is needed, I seem to have LibreSSL 2.8.3, presumably pre-installed with MacOS. Can LibreSSL be used? I'm wary of getting involved with HomeBrew or installing a competing version of openssl.
In detail:
`./configure` output ends:
```
checking Openssl library version >= 1.0.0c... configure: error: Install openssl version >= 1.0.0c
```
But then I query:
```
$ openssl version
LibreSSL 2.8.3
```
So apparently LibreSSL is not being recognized as openssl.
Thanks in advance,
- dpb
In detail:
`./configure` output ends:
```
checking Openssl library version >= 1.0.0c... configure: error: Install openssl version >= 1.0.0c
```
But then I query:
```
$ openssl version
LibreSSL 2.8.3
```
So apparently LibreSSL is not being recognized as openssl.
Thanks in advance,
- dpb