zoukankan      html  css  js  c++  java
  • Delphi XE4 IOS Series: "Loading SSL module faild.? " Indy ssl feature on ios . Here is the solution.

    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. 

  • 相关阅读:
    第二阶段冲刺01
    第十三周进度总结
    单词统计续
    sys模块
    os模块
    random模块
    datetime模块
    time模块
    模块基础
    内置函数
  • 原文地址:https://www.cnblogs.com/cnsoft/p/3074641.html
Copyright © 2011-2022 走看看