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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: