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

need nghttp2 cpp compile for --enable-shared #62

Open
belveder79 opened this issue Dec 2, 2020 · 4 comments
Open

need nghttp2 cpp compile for --enable-shared #62

belveder79 opened this issue Dec 2, 2020 · 4 comments

Comments

@belveder79
Copy link

Hi,

as your android arm64 curl build says "need nghttp2 cpp compile" for building shared curl lib, can you elaborate a little on this? How do you build nghttp2 in order to enable a shared curl lib for android arm64?

Thx

@haoguo
Copy link

haoguo commented May 22, 2021

Yep, the same problem. When I remove the --disable-shared and build. It says libnghttp2.so not found. Using the -rpath-link not working too. Not sure what happens when building.
Use one without http2 for working around.
With
curl -> 7.76.1
openssl -> 1.1.1k
nghttp2 -> 1.43.0
ndk -> 21.4.7075529

@sergeymild
Copy link

the same problem

@belveder79
Copy link
Author

At some point I had this fixed in my fork, replacing the standard build script with very verbose build instructions for cmake...
https://github.com/belveder79/openssl_for_ios_and_android/tree/arth_fix212705
not sure if it is still working...

@jiek233
Copy link

jiek233 commented Mar 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants