logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: php4apache2.dll side-by-side configuration incorrect
Author
Peasant



Joined: 01 Jul 2007
Posts: 3

PostPosted: Sun 01 Jul '07 18:58    Post subject: php4apache2.dll side-by-side configuration incorrect Reply with quote

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: 3058
Location: Hilversum, NL, EU

PostPosted: Sun 01 Jul '07 19:43    Post subject: Reply with quote

Indeed VC.

In the .zip is a readme, and it states:


- Install the Visual C++ 2005 SP1 Redistributable Package (the binary is build with VC 2005 SP1)

Download and install, if you not done it already, from:

http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&DisplayLang=en



Steffen
Back to top
Peasant



Joined: 01 Jul 2007
Posts: 3

PostPosted: Mon 02 Jul '07 12:33    Post subject: Reply with quote

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! Laughing
Back to top


Reply to topic   Topic: php4apache2.dll side-by-side configuration incorrect View previous topic :: View next topic
Post new topic   Forum Index -> Other Software