From: Matthias A. <mat...@gm...> - 2022-05-17 16:26:58
|
Am 17.05.22 um 15:27 schrieb Dennis Putnam: > On 5/16/2022 12:30 PM, Matthias Andree wrote: >> >> The _workaround_ for me seems to be (assuming OpenSSL 3 in >> /opt/openssl3, else adjust): >> >> ./configure PKG_CONFIG_LIBDIR=/opt/openssl3/lib64/pkgconfig >> ... >> > Thanks for the reply. Just to be clear, I should omit --with-ssl and > just use PKG_CONFIG_LIBDIR=/opt/openssl3/lib64/pkgconfig or do I need > both? Yes, omit --with-ssl=... and only use the PKG_CONFIG_LIBDIR=... |