-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boost ASIO and OpenSSL version #681
Comments
OpenSSL is listed as an optional dependency for boost. I don't see any relevant configuration variables to turn off ssl support in boost asio. |
Is it possible to define |
will look into tomorrow |
Thanks, it seems that cpprest is using boost asio as well so I am going to try rebuilding our custom Ruby version as a first step. |
I am very surprised and troubled to see that our |
Package and Environment Details (include every applicable attribute)
Question Description
I am new to conan and it is going pretty well so far. However, I am having trouble with boost asio. I am trying to build with OpenSSL/1.1.0i and have listed this in my conan_cmake_run REQUIRES. I am trying to coordinate OpenSSL versions across boost, cpprest, and a custom build of Ruby (not yet built with conan). I am using boost log, which depends on boost asio, which appears to use a different version of OpenSSL. This is resulting in errors like:
I don't really need the ssl functions in boost asio. Is there any advice on how to:
The text was updated successfully, but these errors were encountered: