[ 
https://issues.apache.org/jira/browse/XERCESC-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666050#action_12666050
 ] 

Phillip E. Pfeiffer, IV commented on XERCESC-1848:
--------------------------------------------------

More on the problem.  

The binary distro of the Xerces utilities appears to require .NET v2.0 or 
better.   The fix described above, in effect, appears to install version 
9.0.21022.8 of C runtime support logic for some student platforms that lacked 
it.   According to our in-house MS platform guy, Dr. Don Bailes, "The 
msvcrt.dll and files with similar names are the C and C++ run-time support 
files.  While they may (or may not) have some .NET content, they do contain the 
run-time support for the STL and many other C and C++ (non-.NET) items .... Our 
[system administrator's] observation about the numbers such as 90 in the file 
names do refer to versions with 90 representing the Visual Studio 2008 release. 
 It originally shipped with .NET 3.0 but that was updated to 3.5 in service 
pack 1 (I think I'm right on the timing there).  .NET 2.0 shipped with Visual 
Studio 2005.  Since .NET 2.0, each subsequent release has been a superset of 
the previous release.  So 3.0 was 2.0 plus something and 3.5 was 3.0 plus 
something.  That should make things backward compatible from the most recent 
.NET release back through 2.0."

Similarly, from one of our sysadmins, R. David Robinson:  "Interestingly enough 
I received an e-mail ad from a company called Install Aware. They are a 
competitor of Install Shield. Both companies' main selling point is that if one 
builds an application and uses their product as an installation mechanism they 
take care of all .NET Runtime dependencies -- even the new version 3.5 Service 
Pack 1 that Microsoft just made available.  I would assume that is why many 
open source products do have the .NET dependency problems you have encountered."

Again, I don't view this problem as a bug in the product, but as a deficiency 
in the documentation.  I think it would be good to specify v2.0 of .NET or 
better for Vista, giving specific dependencies, at a minimum, if you can 
confirm this diagnosis ... and to mention this "fix" for pre-v2.0 platforms, if 
you see it as appropriate.

> Instructions for installing Xerces-C++ binary distribution under Windows 
> Vista appear to be incomplete
> ------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESC-1848
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1848
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Utilities
>         Environment: Windows Vista 
>            Reporter: Phillip E. Pfeiffer, IV
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> The package that was being used is xerces-c-3.0.0-x86-windows-vc-9.0 -- but I 
> suspect that this problem might affect all users of Vista systems who haven't 
> installed Visual C++, or who have a version of the Visual C++ runtime that's 
> inconsistent with the ones that were (apparently) used to compile Xerces 
> distros.
> Also, apologies for not being more specific about the platform - but my 
> Vista-using students (rather than me) are the ones who found this error, and 
> I suspect this error might affect multiple versions of Vista.
> We may have missed something, but the Apache-specified protocols for 
> installing Xerces binaries under Windows -- which focus mostly on the command 
> path -- aren't adequate for enabling the operation of the precompiled 
> utilities under some versions of Vista.  Students in my XML class who 
> attempted to install Xerces and run DOMPrint.exe this weekend obtained 
> side-by-side configuration errors -- a problem that, according to various 
> websites, arises when dependencies can't be resolved.  
> One of my students who encountered this problem determined that four 
> additional files had to be copied to the Xerces bin directory in order to get 
> these utilities to run:  msvcm90.dll, msvcp90.dll, and msvcr90.dll  (all from 
> a subdirectory of C:\WINDOWS\WinSxS), and msvcrt.dll (from 
> C:\WINDOWS\system32).  Apparently, he also had to make sure that he obtain 
> the correct versions of these files.  Finally, he also had to create and 
> place a fifth file, Microsoft.VC90.CRT.MANIFEST, into the Xerces bin 
> directory, in order to inform the C++ runtime system to recognize the files.  
> The contents of his MANIFEST is reproduced below:
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
>     <noInheritable></noInheritable>
>     <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" 
> version="9.0.21022.8" processorArchitecture="x86" 
> publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
>     <file name="msvcr90.dll" hashalg="SHA1" 
> hash="e0dcdcbfcb452747da530fae6b000d47c8674671"><asmv2:hash 
> xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" 
> xmlns:dsig="http://www.w3.org/2000/09/xmldsig#";><dsig:Transforms><dsig:Transform
>  
> Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod
>  
> Algorithm="http://www.w3.org/2000/09/xmldsig#sha1";></dsig:DigestMethod><dsig:DigestValue>KSaO8M0iCtPF6YEr79P1dZsnomY=</dsig:DigestValue></asmv2:hash></file>
>  <file name="msvcp90.dll" hashalg="SHA1" 
> hash="81efe890e4ef2615c0bb4dda7b94bea177c86ebd"><asmv2:hash 
> xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" 
> xmlns:dsig="http://www.w3.org/2000/09/xmldsig#";><dsig:Transforms><dsig:Transform
>  
> Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod
>  
> Algorithm="http://www.w3.org/2000/09/xmldsig#sha1";></dsig:DigestMethod><dsig:DigestValue>ojDmTgpYMFRKJYkPcM6ckpYkWUU=</dsig:DigestValue></asmv2:hash></file>
>  <file name="msvcm90.dll" hashalg="SHA1" 
> hash="5470081b336abd7b82c6387567a661a729483b04"><asmv2:hash 
> xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" 
> xmlns:dsig="http://www.w3.org/2000/09/xmldsig#";><dsig:Transforms><dsig:Transform
>  
> Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod
>  
> Algorithm="http://www.w3.org/2000/09/xmldsig#sha1";></dsig:DigestMethod><dsig:DigestValue>tVogb8kezDre2mXShlIqpp8ErIg=</dsig:DigestValue></asmv2:hash></file>
> </assembly>
> I would think the Apache project fix for this problem would involve 
> confirming the accuracy of this diagnosis and solution, and creating a 
> separate distro for Windows Vista, with extra documentation and the required 
> manifest (if trying to distribute the dll's directly would incur copyright 
> issues).   I'm guessing that it would take three days' worth of time to do 
> this carefully.   
> Apologies if this is a known problem, but I tried searching for "side-by-side 
> configuration" in Jira, and found nothing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to