<bdo id='HEg4Q'></bdo><ul id='HEg4Q'></ul>

      1. <tfoot id='HEg4Q'></tfoot>
      2. <legend id='HEg4Q'><style id='HEg4Q'><dir id='HEg4Q'><q id='HEg4Q'></q></dir></style></legend>

      3. <i id='HEg4Q'><tr id='HEg4Q'><dt id='HEg4Q'><q id='HEg4Q'><span id='HEg4Q'><b id='HEg4Q'><form id='HEg4Q'><ins id='HEg4Q'></ins><ul id='HEg4Q'></ul><sub id='HEg4Q'></sub></form><legend id='HEg4Q'></legend><bdo id='HEg4Q'><pre id='HEg4Q'><center id='HEg4Q'></center></pre></bdo></b><th id='HEg4Q'></th></span></q></dt></tr></i><div id='HEg4Q'><tfoot id='HEg4Q'></tfoot><dl id='HEg4Q'><fieldset id='HEg4Q'></fieldset></dl></div>

        <small id='HEg4Q'></small><noframes id='HEg4Q'>

        在 WAMP/Apache 的 openssl.exe 中找不到序号 372

        Can#39;t find ordinal 372 in WAMP/Apache#39;s openssl.exe(在 WAMP/Apache 的 openssl.exe 中找不到序号 372)
          <tbody id='zQh52'></tbody>

          <bdo id='zQh52'></bdo><ul id='zQh52'></ul>
            <tfoot id='zQh52'></tfoot>

                <legend id='zQh52'><style id='zQh52'><dir id='zQh52'><q id='zQh52'></q></dir></style></legend>
                1. <i id='zQh52'><tr id='zQh52'><dt id='zQh52'><q id='zQh52'><span id='zQh52'><b id='zQh52'><form id='zQh52'><ins id='zQh52'></ins><ul id='zQh52'></ul><sub id='zQh52'></sub></form><legend id='zQh52'></legend><bdo id='zQh52'><pre id='zQh52'><center id='zQh52'></center></pre></bdo></b><th id='zQh52'></th></span></q></dt></tr></i><div id='zQh52'><tfoot id='zQh52'></tfoot><dl id='zQh52'><fieldset id='zQh52'></fieldset></dl></div>
                2. <small id='zQh52'></small><noframes id='zQh52'>

                  本文介绍了在 WAMP/Apache 的 openssl.exe 中找不到序号 372的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我使用的 PHP 框架需要 OpenSSL 来实现各种功能,但是在执行与 OpenSSL 相关的任何内容时,我收到以下错误:在 DLL 文件 C:wamp64inapacheapache2 中找不到序号 372.4.17inopenssl.exe".

                  The PHP framework I use needs OpenSSL for various features, but when executing anything related to OpenSSL, I get the following error: "Can't find ordinal 372 in DLL-file C:wamp64inapacheapache2.4.17inopenssl.exe".

                  我根本不知道如何纠正这个问题,我已经到处看了.感谢您的帮助,因为我不知道如何解决这个问题.

                  I don't know how to correct this at all, I looked everywhere already. I'd appreciate the help, as I don't know how to fix this.

                  推荐答案

                  要解决这个问题,需要做两件事:

                  To fix the issue, two things are needed:

                  1) 确保您的 Apache bin 目录中没有 libeay32.dll 和 ssleay32.dll 的符号链接(比如我的是:C:wamp64inapacheapache2.4.23in)

                  1) Make sure that you don't have symbolic links for libeay32.dll and ssleay32.dll in your Apache bin directory (For example, mine is: C:wamp64inapacheapache2.4.23in)

                  如果您确实有符号链接(即文件大小为 0 字节),则需要从 Apache Lounge 下载 dll.例如,我从位于 https:/的 64 位版本的 Apache 2.4.23 中抓取了两个 .dll 文件/www.apachelounge.com/download/

                  If you do have symbolic links (i.e. the file size are 0 bytes), you need to download the dlls from Apache Lounge. For example, I grabbed the two .dll files from the 64-bit version of Apache 2.4.23 hosted at https://www.apachelounge.com/download/

                  2) 一旦您恢复了实际的 .dll 文件,您需要确保 WampServer 不会覆盖它们.WampServer 3 有一个配置脚本,每次启动时都会运行.在该脚本中,它将用符号链接覆盖那些 .dll.您必须禁用该功能.为此,请注释掉对以下两个文件的引用:C:wamp64scriptsconfig.inc.php(我的位于第 133 和 139 行).

                  2) Once you have the actual .dll files restored, you need to make sure that WampServer isn't overwriting them. WampServer 3 has a configuration script that runs every time it starts. In that script it will overwrite those .dlls with symbolic links. You must DISABLE that functionality. To do so, comment out the references to those two files in: C:wamp64scriptsconfig.inc.php (mine were located at lines 133 and 139).

                  这应该允许您在 Apache 中启用 mod_ssl 模块.在启用 mod_ssl 的情况下使 Apache 正常启动后,您还需要取消注释Include conf/extra/httpd-ssl.conf".(但是,您可能需要删除其中的大部分内容并重新开始,因为它包含许多硬编码路径和错误)

                  That should allow you to enable the mod_ssl module in Apache. You'll also need to uncomment the "Include conf/extra/httpd-ssl.conf" after you get Apache booting properly with mod_ssl enabled. (However, you'll likely need to delete most of whats in there and start over since it includes lots of hardcoded paths and bugs)

                  这篇关于在 WAMP/Apache 的 openssl.exe 中找不到序号 372的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                    <tfoot id='duBu8'></tfoot>
                    • <bdo id='duBu8'></bdo><ul id='duBu8'></ul>
                          <i id='duBu8'><tr id='duBu8'><dt id='duBu8'><q id='duBu8'><span id='duBu8'><b id='duBu8'><form id='duBu8'><ins id='duBu8'></ins><ul id='duBu8'></ul><sub id='duBu8'></sub></form><legend id='duBu8'></legend><bdo id='duBu8'><pre id='duBu8'><center id='duBu8'></center></pre></bdo></b><th id='duBu8'></th></span></q></dt></tr></i><div id='duBu8'><tfoot id='duBu8'></tfoot><dl id='duBu8'><fieldset id='duBu8'></fieldset></dl></div>
                            <tbody id='duBu8'></tbody>
                        • <legend id='duBu8'><style id='duBu8'><dir id='duBu8'><q id='duBu8'></q></dir></style></legend>

                          <small id='duBu8'></small><noframes id='duBu8'>