Can't find ordinal 372 in WAMP/Apache's openssl.exe

后端 未结 3 1399
长发绾君心
长发绾君心 2020-12-18 01:32

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

3条回答
  •  独厮守ぢ
    2020-12-18 02:10

    I just encountered the same problem, on Windows and using xampp instead of Wamp.

    Doing what's described in the commentaries of this page solved it : PHP cURL Installation.

    I copied the 3 .dll files from the PHP installation directory to the apache/bin directory and rebooted xampp.

提交回复
热议问题