Skip to content
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

How do I build libcurl with openssl 1.1.1 #9683

Closed
hotbroker opened this issue Jan 14, 2020 · 4 comments
Closed

How do I build libcurl with openssl 1.1.1 #9683

hotbroker opened this issue Jan 14, 2020 · 4 comments
Labels
category:question This issue is a question

Comments

@hotbroker
Copy link

been tried to look in vcpkg, but founds none.

@hotbroker hotbroker added the category:question This issue is a question label Jan 14, 2020
@Neumann-A
Copy link
Contributor

vcpkg install curl[core,openssl] Should do the trick but the default SSL backend for curl on windows is Secure Channel ("WinSSL") so it was probably not tested in CI. So if you see a build error using that open up an issue

@hotbroker
Copy link
Author

vcpkg install curl[core,openssl] Should do the trick but the default SSL backend for curl on windows is Secure Channel ("WinSSL") so it was probably not tested in CI. So if you see a build error using that open up an issue

sad. this default using openssl 1.0. promote as below:

The following packages will be built and installed:
curl[core,openssl]:x64-windows

  • openssl[core]:x64-windows
  • openssl-windows[core]:x64-windows
    Additional packages (*) will be modified to complete this operation.
    Starting package 1/3: openssl-windows:x64-windows
    Building package openssl-windows[core]:x64-windows...
    -- Downloading https://www.openssl.org/source/openssl-1.0.2s.tar.gz...
    -- Using source at D:/dev/opensrc/vcpkg-master/buildtrees/openssl-windows/src/openssl-1-c41872ef97
    ^C

@Neumann-A
Copy link
Contributor

You forgot to pull the latest changes from vcpkg

@hotbroker
Copy link
Author

You forgot to pull the latest changes from vcpkg

cool , now it do that in the right way .thanks

Extracting source D:/dev/opensrc/vcpkg-master/downloads/openssl-1.1.1d.tar.gz
-- Using source at D:/dev/opensrc/vcpkg-master/buildtrees/openssl-windows/src/openssl-1-b1f8ae3e6c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants