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, ∼5113🔥, 0💬
Popular Posts:
How to terminate a program that does not respond to its interface? Sometimes applications may encoun...
What is the scheduled task "\RTKCPL" on my Windows 7 computer? "\RTKCPL" is a scheduled task on Wind...
How to download Windows 7 Service Pack 1 (SP1)? Windows 7 Service Pack 1 (SP1) is an update for all ...
Where does Mozilla FireFox 2 store download files? When you download files from Websites, Mozilla Fi...
How to publish HTML documents to your local Apache server? If you followed our Apache server install...