xampp apache_XAMPP Lite,Windows Vista和php5apache2_2.dll

xampp apache

I recently ran into a nightmare when needing to use my father's laptop for development.  My XAMMP Lite USB install, which worked perfectly on my Windows XP desktop, was giving the following error when trying to start Apache:

最近,当我需要使用父亲的笔记本电脑进行开发时,我陷入了一场噩梦。 我的XAMMP Lite USB安装在Windows XP桌面上完美运行,在尝试启动Apache时出现以下错误:


apache.exe: Syntax error on line 477 of E:/xampplite/apache/conf/httpd.conf: 
Syntax error on line 7 of E:/xampplite/apache/conf/extra/httpd-xampp.conf: 
Cannot load E:/xampplite/apache/bin/php5apache2_2.dll into server: The specified module
could not be found.


After 20 minutes of frustration, I finally found the golden solution.  I needed to download and place msvcr71.dll in my \xampplite\apache\bin folder.  Apparently it's a Microsoft runtime file that Vista doesn't have. Disaster averted!

经过20分钟的挫败,我终于找到了黄金解决方案。 我需要下载 msvcr71.dll并将其放置在\ xampplite \ apache \ bin文件夹中。 显然,这是Vista没有的Microsoft运行时文件。 灾难避免了!

翻译自: https://davidwalsh.name/xampp-lite-windows-vista-php5apache22dll

xampp apache

你可能感兴趣的:(apache,php,hadoop,xampp,spark)