PavelX 1 Posted September 26, 2020 Hi, Do any of you known from where I can download libcrypto.a, libssl.a for iOS device 64? Thank you in advance, Pavel Share this post Link to post
Dave Nottage 557 Posted September 26, 2020 https://github.com/IndySockets/OpenSSL-Binaries/blob/master/OpenSSLStaticLibs.7z Share this post Link to post
PavelX 1 Posted September 27, 2020 (edited) Thank you very much Dave, but when I try to compile I get the following linker error (Delphi 10.4.1) [DCC Error] E2597 Undefined symbols for architecture arm64: Error: "_SSL_COMP_free_compression_methods", referenced from: __ZN26Idsslopensslheaders_static38SSL_COMP_free_compression_methods_funcEv in IdSSLOpenSSLHeaders_static.o; ld: symbol(s) not found for architecture arm64 [DCC Fatal Error] F2588 Linker error code: 1 ($00000001) I have found many compiled libs but none of them worked for me. However, after this error I have found the following topic https://community.idera.com/developer-tools/platforms/f/ios-platform/72356/rad-studio-10-4-ios-arm64-symbol-not-found These are working correctly https://github.com/LazyClutch/openssl-for-i386-x86_64-armv7-armv7s-arm64 Thanks again, Pavel Edited September 27, 2020 by PavelX Share this post Link to post
Rollo62 536 Posted September 27, 2020 4 hours ago, PavelX said: These are working correctly https://github.com/LazyClutch/openssl-for-i386-x86_64-armv7-armv7s-arm64 5 years old ... Share this post Link to post
Dave Nottage 557 Posted September 27, 2020 16 hours ago, PavelX said: Thank you very much Dave, but when I try to compile I get the following linker error (Delphi 10.4.1) Sorry, I remember now that I did not obtain them from there. Trouble is: I cannot remember exactly where I obtained them, however I've now added them here: https://github.com/DelphiWorlds/Kastri/tree/master/ThirdParty/OpenSSL/1.0.2o/iOS 2 Share this post Link to post
Mauro Botta 1 Posted November 17, 2020 fortunately this forum exists .... 1 Share this post Link to post