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
Is it currently possible to build msquic with a manually installed version of OpenSSL 3.x ?
I'm compiling and installing OpenSSL 3.5.0 from source on Debian Bookworm.
I do this to ensure full control over the OpenSSL version used, and to avoid rebuilding it across multiple dependencies.
Even though I'm using the following CMake options:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it currently possible to build
msquic
with a manually installed version of OpenSSL 3.x ?I'm compiling and installing
OpenSSL
3.5.0 from source on Debian Bookworm.I do this to ensure full control over the
OpenSSL
version used, and to avoid rebuilding it across multiple dependencies.Even though I'm using the following CMake options:
msquic
still attempts to build its internalOpenSSL
submodule.Here's how I configure msquic:
And here's the error I get during build:
It seems like the CMake logic still requires the internal
submodules/openssl3
, even when usingQUIC_USE_SYSTEM_LIBCRYPTO=ON
.EDIT: I just saw issue #4019, is the incompatibility still relevant?
Beta Was this translation helpful? Give feedback.
All reactions