这个问题是this post的延续,我尝试过安装Xerces-C,但事情是Xerces-C版本是2.8.0和3.0.0,XML :: XERCES最新版本是2.7.0和所以我收到以下错误消息:
Update2:这是错误,它说有一些版本不匹配。
Using XERCES_LIB = /home/adoshi/XML-Parser/Parser2/ xerces-c_2_8_0-hppa-hpux-acc_3(1)/xerces-c_2_8_0-hppa-hpux-acc_3/lib Using XERCES_INCLUDE = /home/adoshi/XML-Parser/Parser2/ xerces-c_2_8_0-hppa-hpux-acc_3(1)/xerces-c_2_8_0-hppa-hpux-acc_3/include WARNING You have defined the XERCESCROOT variable, but the file: XERCESCROOT/src/xercesc/config.status does not seem to point to the config.status file that was used to build your Xerces-C library. Without that file, I may not be able to properly build the C++ glue files that come with Xerces.pm. Proceeding anyway ... Using Xerces-C version info from /home/adoshi/XML-Parser/Parser2/xerces -c_2_8_0-hppa-hpux-acc_3(1)/xerces-c_2_8_0-hppa-hpux-acc_3/include/xercesc/util /XercesVersion.hpp *** Version Mismatch *** You are attempt to build XML::Xerces-2.7.0-0 using Xerces-C-2.8.0, this will most likely fail, so I am aborting. You must use Xerces-C-2.7.0
任何指导都将受到高度赞赏。