Re: deployment problem
[email protected] (Jason E. Stewart)
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
"Bin Yan" <[email protected]> writes: > Â Â Â Â Â *** Version Mismatch *** > > You are attempt to build XML::Xerces-2.3.0 using Xerces-C-2.4.0, > this will most likely fail, so I am aborting. > > You must use Xerces-C-2.4.0 Hi Tony, Sorry about the bad error message, this is fixed in the lates version of the code. It should say: "You must use Xerces-C-2.3.0". Because the Xerces-C team changes the API with every release, minor version number changes are often incompatible, so if you want to compile XML-Xerces-2.3.0-x you must use Xerces-C-2.3.0 and not 2.4.0. > Looking further into this We found the C modules were released on Dec. 2nd > and went to version 2.4.0. The Perl XML routines were release in early > November with a revision version of 2.3.0. The Makefile.PL in the perl > modules is looking for C modules with the same version as the Perl XML > modules. Yes, I haven't yet made an official release of XML-Xerces-2.4.0, there are some important outstanding issues that I have not taken the time to fix. You can either: 1) grab Xerces-C-2.3.0 from: http://archive.apache.org/dist/xml/xerces-c/ 2) grab the development snapshot of XML-Xerces-2.4.0 from: http://xml.apache.org/dist/xerces-p/nightly/2003-11-21/ 3) wait until I can make an official release of XML-Xerces-2.4.0. Cheers, jas.