> On Jul 28, 2026, at 4:01 PM, Graham Leggett via dev <[email protected]> > wrote: > > checking whether to enable mod_ssl_ct... checking dependencies > checking for OpenSSL version >= 1.0.2... configure: error: mod_ssl_ct > requires OpenSSL 1.0.2-beta3 or later. > > I can skip the problem with --disable-ssl-ct, but ideally it should just work. > > Macports shows the following: > > 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
