An error occurred in the apache configuration https under win7
迷茫
迷茫 2017-05-16 17:05:04
0
2
589


When I run the command in the picture, an error message box appears. I tried to copy the libeay32.dll file to the system32 directory according to the instructions on the Internet, but the problem remained. Don't know how to solve it. Someone with experience help me. Thanks

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
習慣沉默

In addition to libeay32.dll, you also need ssleay32.dll. You don’t need to copy it to the system32 directory. Just put it in the same directory as openssl.exe (that is, the directory where httpd.exe is located). You need to check this first. It may not work. Solve your problem.

The best way to troubleshoot is to find an example that can run successfully, remove the dll files one by one, and see which files will cause an error when you remove them, then you will know the problem.

Download a xampp (zip version, no installation required), its openssl can be used, put it in your system and check it for debugging.

漂亮男人

Your Windows 7 is a 64-bit system, and the libeay32.dll you copied is 32-bit, or an old version. Go here to download a 64-bit version http://code.google.com/p/openssl-for-..., and then copy the files inside to system32bin

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!