known issue. XML::LibXML is being taken apart into smaller modules, and the constants that used to be exported from XML::LibXML 1.52 are no longer available.
There are two ways to do this: one is to just use XML::LibXML 1.52. The other way is to fix XSP.pm. I sent a patch to the latter earlier: http://www.mail-archive.com/axkit-users%40axkit.org/msg01888.html --d Tom Schindl wrote: > Hi, > > I just tried to install Axkit on my computer. When calling "make test" I > get Errors from XSP.pm. When making perl -c I get the following > messages: > > ----------------------------cut----------------------------------- > [tom@ferrum AxKit-1.6]$ perl -c > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm > Bareword "XML_COMMENT_NODE" not allowed while "strict subs" in use at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >968. > Bareword "XML_TEXT_NODE" not allowed while "strict subs" in use at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >968. > Bareword "XML_CDATA_SECTION_NODE" not allowed while "strict subs" in use > at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >968. > Bareword "XML_ELEMENT_NODE" not allowed while "strict subs" in use at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >968. > Bareword "XML_ENTITY_REF_NODE" not allowed while "strict subs" in use at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >968. > Bareword "XML_DOCUMENT_NODE" not allowed while "strict subs" in use at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >968. > Bareword "XML_ELEMENT_NODE" not allowed while "strict subs" in use at > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm line >989. > /home/tom/downloads/perl-mod/AxKit-1.6/blib/lib/Apache/AxKit/Language/XSP.pm had >compilation errors. > ----------------------------cut----------------------------------- > > I'm using perl5.8.0. Has anybody had the same problems? > > thanks > > tom -- $_=q-(daisuke)-.$/;s,([a-z]+),$1.q; [[EMAIL PROTECTED]];,e;print; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
