Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: php4apache2.dll side-by-side configuration incorrect |
|
Author |
|
Peasant
Joined: 01 Jul 2007 Posts: 3
|
Posted: Sun 01 Jul '07 18:58 Post subject: php4apache2.dll side-by-side configuration incorrect |
|
|
I am trying to set up a new installation on a new Windows Vista Home Premium machine.
I have got Apache 2.2 installed and it seemed to be working fine before I tried to install PHP.
I am trying to run PHP 4.4.7 installing manually.
Following other messages in the forum I downloaded php4apache2.dll from this site and have replaced the one supplied with the instalation.
I have added C:/Program Files/PHP to the path.
I have edited my htpd.conf file to add the following lines:
Code: |
LoadModule php4_module "C:/Program Files/PHP/php4apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/Program Files/PHP"
|
When I try to start Apache I get the following message:
Code: | Cannot load C:/Program Files/PHP/php4apache2.dll in to server: The aplication has failed to start because its side-by-side configuration is incorrect. |
I can't find mention of this error in relation to installing PHP under Apache anywhere on the web although I have found several mentions of other problems with other applications producing a similar error and it being related to the version of 'Visual Studio' in some way (no idea what that actually means). Any help would be appreciated. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
Peasant
Joined: 01 Jul 2007 Posts: 3
|
Posted: Mon 02 Jul '07 12:33 Post subject: |
|
|
Thank you. I feel an idiot for not having noticed that line in the read me.
I have now fought my way through the install, a host of Vista permission problems and now seem to have a working instalaton. For the moment! |
|
Back to top |
|
|
|
|
|
|