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: Error running precompiled binaries from here
Author
miken32



Joined: 06 Mar 2007
Posts: 2
Location: Vancouver, BC

PostPosted: Tue 06 Mar '07 1:20    Post subject: Error running precompiled binaries from here Reply with quote

I downloaded the binary of 2.2.4 from http://www.apachelounge.com/download/ but get an error trying to run it: "The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

I've installed the VC++ redistributable (twice!) with no luck. I can't be the only one seeing this error, any fixes? Thanks.
Back to top
tdonovan
Moderator


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

PostPosted: Tue 06 Mar '07 15:41    Post subject: Reply with quote

You installed the VC++ SP1 redistributable from Apache Lounge http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&DisplayLang=en, per the readme, right?

Not the original Microsoft one.

-tom-
Back to top
miken32



Joined: 06 Mar 2007
Posts: 2
Location: Vancouver, BC

PostPosted: Tue 06 Mar '07 19:24    Post subject: Reply with quote

Thanks for that, I had installed the one from the MS website. I generally don't like installing stuff that's hosted on private sites if I know I can get it from the source. But I did a quick search and found this thread at MSDN where people are complaining that MS updated VS but not the redistributable. Clever people!

I might suggest putting a note on the download page saying that you need to install an extra set of files (the redistributable isn't mentioned at all on http://www.apachelounge.com/download/) and explaining why it's necessary not to install the official files.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 679

PostPosted: Tue 06 Mar '07 19:58    Post subject: Reply with quote

It is noted in the readme and notice.txt of the .zip
Back to top
tdonovan
Moderator


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

PostPosted: Tue 06 Mar '07 22:42    Post subject: Reply with quote

Glad you're up and running miken32!

I'm one of the complainers on the MSDN thread you found - I'm TomD2.

It is annoying that MS doesn't have a VC++ SP1 runtime download.

For folks who have the Standard or Pro Edition of VC8 it's not too bad, you get the redistributable .exe like Steffen supplies
- but you're right, it seems dodgy that you can't get Microsoft-signed runtime libraries directly from Microsoft.

For folks who use the Express Edition it's worse. No redistrib .exe is provided. You get a .msm which can be merged with a .msi installer
- but Express Edition doesn't include facilities to build an installer, so that doesn't make any sense.
The recommendation is to go find the Wix toolkit on SourceForge and build a .msi to install the runtime libs with this.
Doing that would really raise the eyebrows of your application users. An un-signed home-grown .msi claiming to be Microsoft runtime libraries Confused

If you are the "Mike" who posted on the MSDN thread today, thanks for taking the time to do so.
It helps if MS can see that this situation continues to be inconvenient for application developers.

-tom-

p.s. re: "it's necessary not to install the official files."
It does no harm to install the official files too. You can have both versions installed - but you need the SP1 version installed to run Apache 2.2.4 from Apache Lounge.

-t-
Back to top


Reply to topic   Topic: Error running precompiled binaries from here View previous topic :: View next topic
Post new topic   Forum Index -> Apache