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
Just build libcurl 8.10.1 with openssl 3.0.15 via conanfile.txt
Logs
Error
[100%] Linking CXX executable ../../bin/app
/usr/bin/ld: missing --end-group; added as last command line option
/usr/bin/ld: /tmp/.conan/data/libcurl/8.10.1///package/eb62b0453b264b36d119eaa1d1d001a2531663d5/lib/libcurl.a(libcurl_la-openssl.o): in function ossl_connect_step2': /home/conan/workspace/prod-v1/bsr/97928/dcddb/.conan/data/libcurl/8.10.1/_/_/build/eb62b0453b264b36d119eaa1d1d001a2531663d5/src/lib/vtls/openssl.c:4304: undefined reference to SSL_get0_group_name'
collect2: error: ld returned 1 exit status```
</details>
The text was updated successfully, but these errors were encountered:
barbacar
changed the title
[package] libcurl/8.10.1: openssl 3.0.15 link issue
[package] libcurl/8.10.1: openssl 3.0.15 undefined reference
Nov 12, 2024
Description
While trying to build libcurl with openssl 3.0.15(3.0.x is the version that will be maintained for the longest time) i m getting an error.
https://github.com/curl/curl/blob/master/lib/vtls/openssl.c#L4294-L4301
what i see is that OPENSSL_VERSION_NUMBER is not properly set.
can you please help me about this?
thank you
Package and Environment Details
Steps to reproduce
Just build libcurl 8.10.1 with openssl 3.0.15 via conanfile.txt
Logs
Error
The text was updated successfully, but these errors were encountered: