问题描述
我知道这个问题已经被问了很多次。我似乎有一点不同的问题。在我的情况异常后首次抛出它工作正常(没有,我没有关闭例外)。所以我做了什么是例外的,我只是转贴:
I know this question has been asked a number of times. I seem to have a bit of a different problem. In my situation after the exception is thrown initially it works fine (and no; I did not turn off exceptions). So what I have done is on the exception I simply repost:
IdHTTP1.Post(.......
IdHTTP1.Post(.......
我已经把和的libeay32.dll都ssleay32.dll在Apache bin目录,并在我的ISAPI DLL所在。
I have put the libeay32.dll and ssleay32.dll both in the Apache bin directory and the directory where my ISAPI dll resides.
任何人有什么建议吗?
推荐答案
有关印则需要OpenSSL库的一个特别打造。默认的OpenSSL库不适合与印使用。
For Indy you need a special build of OpenSSL libraries. The default OpenSSL libraries are not suitable for using with Indy.
。可能是你需要尝试不同的版本,直到你找到一个合适的。
See also. May be you need to try different versions, until you'll find a suitable one.
这篇关于印"无法加载SSL库"用Delphi 2007 /阿帕奇的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!