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
Not sure if that helps but I was building Nginx with BoringSSL support and also encountered the issue.
In my case adding -lssl -lcrypto -lstdc++ to --with-ld-opt parameter when building Nginx seems to resolve the issue.
So my configure command now looks something like this
I have installed the latest version of BoringSSL and of lsquic
After successfully building BoringSSL, i tried building lsquic
cmake -DBORINGSSL_DIR=$BORINGSSL .
above command ran successfully, however running
make
command generated the following errorThe text was updated successfully, but these errors were encountered: