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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: "system cannot execute" problem w/ httpd-2.2.6-win
Author
seeligc



Joined: 29 Oct 2007
Posts: 2
Location: Boston, Massachusetts

PostPosted: Mon 29 Oct '07 19:33    Post subject: "system cannot execute" problem w/ httpd-2.2.6-win Reply with quote

Hello.

I've downloaded Apache binaries w/SSL and got everything running beautifully on my laptop - WinXP Professional Version 2002 Service Pack 2.

However, in trying to reproduce my success in the eventual production environment - MS Windows Server 2003 R2 Standard Edition Service Pack 2 - I get "The system cannot execute the specified program." whenever I run httpd.exe from the bin directory.

I will also point out that I get the same message when I run openssl.exe. Other applications seem to run ok on this machine (javac.exe, for example).

I'll point out that I did remember to install the VC Redistribution package as advised.

Thoughts?

Thank you!

C Seelig
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Mon 29 Oct '07 20:57    Post subject: Reply with quote

That's a symptom of not having the VC Redistribution package installed, or having the wrong version installed.

The correct version is Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) which can be downloaded here.

Maybe you only have the older Microsoft Visual C++ 2005 Redistributable Package (x86) ( no SP1) package installed on your production machine.

Note that there is no problem with having both versions installed on the same machine, although this does use considerable disk space.

-tom-
Back to top
seeligc



Joined: 29 Oct 2007
Posts: 2
Location: Boston, Massachusetts

PostPosted: Mon 29 Oct '07 21:09    Post subject: Reply with quote

That did it - fantastic!
Thank you, Tom.
Back to top


Reply to topic   Topic: "system cannot execute" problem w/ httpd-2.2.6-win View previous topic :: View next topic
Post new topic   Forum Index -> Apache