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: apache x64 problem
Author
Degl



Joined: 31 Mar 2008
Posts: 2

PostPosted: Mon 31 Mar '08 19:40    Post subject: apache x64 problem Reply with quote

i have downloaded httpd-2.2.8-win64.zip from blackdot.be, but i cannot run it:

Code:
C:\httpd-2.2-win64\bin>httpd
The system cannot execute the specified program.

C:\httpd-2.2-win64\bin>httpd
The system cannot execute the specified program.

C:\httpd-2.2-win64\bin>httpd /?
The system cannot execute the specified program.

C:\httpd-2.2-win64\bin>httpd --help
The system cannot execute the specified program.

C:\httpd-2.2-win64\bin>systeminfo

Host Name:                 DEGL
OS Name:                   Microsoft(R) Windows(R) Server 2003 Enterprise x64 Edition
OS Version:                5.2.3790 Service Pack 1 Build 3790
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Server
OS Build Type:             Multiprocessor Free


where can be a problem?


---
upd: found this in the system events:
Code:
Dependent Assembly Microsoft.VC80.CRT could not be found and Last Error was The referenced assembly is not installed on your system.


okay, i found vc80crt libraries for amd64 in my vc++ folder, but it cannot solve the problem, this error appears:
Code:
Component identity found in manifest does not match the identity of the component requested


so. i dunno what it want )
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Mon 31 Mar '08 22:30    Post subject: Reply with quote

The windows event log should give more info

Assume build with VC 2005 SP1,

Try to install:
www.microsoft.com/downloads/details.aspx?familyid=EB4EBE2D-33C0-4A47-9DD4-B9A6D7BD44DA&displaylang=en

Steffen
Back to top
Degl



Joined: 31 Mar 2008
Posts: 2

PostPosted: Wed 02 Apr '08 10:25    Post subject: Reply with quote

it works, thx )
Back to top


Reply to topic   Topic: apache x64 problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache