Author |
|
cloved
Joined: 02 Dec 2011 Posts: 2
|
Posted: Fri 02 Dec '11 17:12 Post subject: vc9 manifest problem |
|
|
i have success build apache 2.2.21 and php 5.3.8 with vs 2008.but httpd.exe always crash when release resource (in php5ts.dll).i doubt it's because the manifest file.
i found it the httpd.exe 's manifest's vc9 version is 9.0.21022.8. but when i only install vs 2008 the vc9 runtime's lib version is 9.00.30729.6161. i want to know does it matter?
and what's the different between exe's embed manifest file and dll's embed manifest file(does it alway require?) |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
cloved
Joined: 02 Dec 2011 Posts: 2
|
Posted: Sat 03 Dec '11 11:15 Post subject: |
|
|
Steffen wrote: | Where do you see 9.00.30729.6161 ? |
it's in the place : C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT
i installed vs 2008 sp1.
The httpd.exe always crash. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 03 Dec '11 12:29 Post subject: |
|
|
What exactly errors do you get in eg. in windows Event Viewer, Apache log etc.
Here Microsoft.VC90.CRT.manifest in Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT says:
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="x86"
Running Visual Stuio 2008 Professional edition
Steffen |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|