Collections:
Other Resources:
Apache Failed to Load php_openssl.dll Module
How to resolve the "The ordinal nnnn could not be located in the dynamic link library LIBEAY32.dll" error when trying to start Apache httpd server? I am want to use openssl.dll module in PHP scripts.
✍: FYIcenter.com
You are the "The ordinal nnnn could not be located in the dynamic link library LIBEAY32.dll" error when trying to start Apache httpd server on a Windows system, because Windows is loading the wrong version of the LIBEAY32.dll file.
Here is what happened:
A quick solution is the following:
php_openssl.dll will be loaded correctly now and you should be able to use OpenSSL functions in your PHP scripts.
However, you may run into issues with other Apache functions that requires the Apache copy of libeay32.dll.
2016-09-09, ∼4995🔥, 0💬
Popular Posts:
Can I disable Windows service "IMAPI CD-Burning COM Service" to speedup my computer? Windows service...
What is the "Server (LanmanServer)" system service on Windows Server 2012? Can I disable "Server"? "...
Can I register my computer later? I don't want to register my computer during the initial Windows 7 ...
How to download Mozilla FireFox 2? If you want to try Mozilla FireFox 2, you can follow this tutoria...
Where to find information about what system services are running on Windows Server 2012? I want to k...