Re: mod_ssl_ct cannot find openssl on MacOS

"Roy T. Fielding" <[email protected]> Sun, 2 Aug 2026 12:02:22 -0700
Newsgroups gmane.comp.apache.devel
Message-ID <[email protected]>
> On Jul 28, 2026, at 4:01=E2=80=AFPM, Graham Leggett via dev =
<[email protected]> wrote:
>=20
> checking whether to enable mod_ssl_ct... checking dependencies
> checking for OpenSSL version >=3D 1.0.2... configure: error: =
mod_ssl_ct requires OpenSSL 1.0.2-beta3 or later.
>=20
> I can skip the problem with --disable-ssl-ct, but ideally it should =
just work.
>=20
> Macports shows the following:
>=20
> The following ports are currently installed:
>  openssl @3_27+universal (active)
>  openssl3 @3.5.4_0+universal (active)

Just a guess, but 3_27 (an invalid version number) probably sorts =
numerically less than 1.0.2.

....Roy