缺少文件 XML/DOM.pm XML/XQL.pm

sh/bash/dash/ksh/zsh等Shell脚本
回复
头像
Rinick
帖子: 72
注册时间: 2006-02-18 17:47

缺少文件 XML/DOM.pm XML/XQL.pm

#1

帖子 Rinick » 2006-08-13 11:59

请教装哪些包才能有这些?

代码: 全选

Checking for module XML::DOM in your perl setup
      XML::DOM is missing.
        Perl gives us the following error message:
        Can't locate XML/DOM.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 1) line 1.
    BEGIN failed--compilation aborted at (eval 1) line 1.;
Checking for module XML::XQL in your perl setup
      XML::XQL is missing.
        Perl gives us the following error message:
        Can't locate XML/XQL.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 2) line 1.
    BEGIN failed--compilation aborted at (eval 2) line 1.;
Checking for module XML::XQL::DOM in your perl setup
      XML::XQL::DOM is missing.
        Perl gives us the following error message:
        Can't locate XML/XQL/DOM.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 3) line 1.
    BEGIN failed--compilation aborted at (eval 3) line 1.;
回复