现在的位置: 首页 > 综合 > 正文

Delphi XE4 IOS Series: “Loading SSL module faild.? ” Indy ssl feature on ios . Here is the solution.

2012年08月13日 ⁄ 综合 ⁄ 共 1151字 ⁄ 字号 评论关闭

https://forums.codegear.com/message.jspa?messageID=561776#561776 

In this post, some guys are confused in this issue. Since i just have time to check the RAD Studio X4 during our laboray holiday , i have try to do some resarch on this issue. i almost resolve it .  Because, i have a working Vmware machine installed Mountion Lion . it speed up me. 

Actually, this issue : "Load SSL Module Failed' or  'Can't load SSl Library' seems almost same one.  It is makred in Rev4995 by RemyLebeau (TeamB). he  fingure out after we add uses IdSSLOpenSSLHeaders_static unit  , the issue should be resolved.   

"Bug fixes for TIdStackLibc and TIdStackLinux.

Updated TIdHeaderList to disable folding by line length for HTTP headers.

Adding missing unit for static linking of OpenSSL under iOS."    Great Job, Nic Comment. 

ideally, the result is , libcyrpto.a can't be founded shown.   First, i am thinking maybe some compiler option can make the library be compiled.  -L ? not  working..  

additional info, you should got the libssl.a also.  

finally, when i try to add that file into project option search path, it works for me.  yes, i copy that library file ssl.a and licrpyto.a to one folder on windows.  and add it into seach path.  

now, it works for me. i can deploy it to my real device .  my project is indyTcpclient with ssl link, a simple project.  if you like, you can grab it from here. 

 

抱歉!评论已关闭.