Build-OpenSSL-cURL
Build-OpenSSL-cURL copied to clipboard
Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac C...
Build error occurs when trying to build with OpenSSL 1.1.1q. The error occurs when it is attempting to build for iOS.
SSLv3 has been removed from curl starting in what appears to be 7.77.0. I traced it back to this commit in curl: https://github.com/curl/curl/commit/eff614fb0242cb37d33f89e2e74a93cef5203aed Since I use curl + openssl libs...
When I try to build on my macbook air(M1, basic model). it occured error, I think build script try to build for x86_64, not arm64. is there any option to...
Hello, I think it's male sense add to build curl this flags: This is necessary for desktop applications because the new architecture [ARM64] does not support these things... --without-libidn2 --disable-ldap...
Since you are so responsive, would it be possible for you to add Android static library scripts as well? All libs compiled with r21 NDK would be perfect. Most other...
I'm getting the following build errors from libcurl for arm64 on MacOS. After digging, I suspect the output regarding VS projects is misleading since the x86_64 build seems to complete...
I am getting the following error when I include the libssl.a and libcrypto.a and build the project Xcode 12.4 iOS 14.4 I am only using libssl and libcrypto in my...
library: `libcurl-7.64.1-openssl-1.1.1b-nghttp2-1.37.0` ``` Undefined symbols for architecture x86_64: "_RTMP_Alloc", referenced from: _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o) "_RTMP_Close", referenced from: _rtmp_disconnect in libcurl.a(libcurl_la-curl_rtmp.o) "_RTMP_Connect1", referenced from: _rtmp_connect in libcurl.a(libcurl_la-curl_rtmp.o) "_RTMP_ConnectStream", referenced from: _rtmp_do...
When I add all 4 static libraries to the project, I start having problems, because XCode can't find these libraries for arm64, what could be the problem? ``` openssl/Mac/lib/libcrypto.a are:...
Hi, I got this error when I try to build: Mac : Mac-Mini 2018, OS: Sonoma 14.2 ``` % ./build.sh -o 3.1.4 -c 8.1.2 -n 1.55.1 -d -e -i 12.3...