Jump to content
Sign in to follow this  
PavelX

iOS libcrypto.a, libssl.a

Recommended Posts

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

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 by PavelX

Share this post


Link to post
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

  • Thanks 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×