Wamp2 和“序号 942 无法位于动态链接库 LIBEAY.dll 中”
我想学习在 Wamp 中使用 SSL,并且我正在使用文章 Wamp2 HTTPS 和 SSL 设置分步指南。当我在命令行中输入命令 openssl genrsa -des3 -out server.key 1024
时,它显示错误The ordinal 942 Could not be located in动态链接库LIBEAY.dll。
如何解决这个问题?谢谢你!
I want to learn to use SSL with Wamp, and I am using the article Wamp2 HTTPS and SSL Setup Step-by-Step guide. When I type in the command openssl genrsa -des3 -out server.key 1024
in the command line, it shows me an error The ordinal 942 could not be located in the dynamic link library LIBEAY.dll.
How can I solve this problem ? Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经下载了最新的 openSSL 并将 openssl.exe、libeay32.dll、ssleay32.dll 复制到此位置 C:\wamp\bin\apache\Apache2.2.17\bin
它工作正常,没有错误。谢谢大家
I have downloaded the latest openSSL and copied openssl.exe, libeay32.dll,ssleay32.dll to this location C:\wamp\bin\apache\Apache2.2.17\bin
It is working without errors. Thanks guys
您计算机上的另一个应用程序正在使用不同版本的 OpenSSL,并且它安装了较旧的库文件。 下载 OpenSSL,解压缩并从该目录运行它。
Another application on your computer is using a different version of OpenSSL, and it has installed older library files. Download OpenSSL, unzip it and run it from that directory.