Question on PPM"s

Question on PPM"s

am 10.01.2007 05:45:36 von Sudarsan Piduri

When I run ppm install, it gives me the following error:

C:\tools\Perl\bin>ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Commo
n.ppd
Installing package 'http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd'...
Element 'IMPLEMENTATION' cannot contain a child element 'PROVIDE' at C:/tools/Pe
rl/site/lib/PPM.pm line 1703.
Can't locate object method "rvalidate" via package "PPM::XML::PPD::PROVIDE" (per
haps you forgot to load "PPM::XML::PPD::PROVIDE"?) at C:/tools/Perl/site/lib/PPM
/XML/ValidatingElement.pm line 38.

I tried to fix it with
http://aspn.activestate.com/ASPN/Mail/Message/3363971 - but that did
not help. Version details follow.

Thanks in advance,

Sudarsan

C:\tools\Perl\bin>perl --version

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2001, Larry Wall

Binary build 638 provided by ActiveState Corp. http://www.ActiveState.com
ActiveState is a division of Sophos.
Built Apr 13 2004 19:24:21

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Question on PPM"s

am 10.01.2007 06:01:56 von Jan Dubois

On Tue, 9 Jan 2007 20:45:36 -0800, "Sudarsan Piduri"
wrote:

>When I run ppm install, it gives me the following error:
>
>ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd

[...]

>This is perl, v5.6.1 built for MSWin32-x86-multi-thread

The URL above specifies a Perl 5.8 repository. Replace the string "ppms"
with "ppmpackages" to get the 5.6 repository:

ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/XML-LibXML-Common.p pd

Cheers,
-Jan
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Question on PPM"s

am 10.01.2007 07:38:49 von Sudarsan Piduri

Thank you. It works.

-Sudarsan

On 1/9/07, Jan Dubois wrote:
> On Tue, 9 Jan 2007 20:45:36 -0800, "Sudarsan Piduri"
> wrote:
>
> >When I run ppm install, it gives me the following error:
> >
> >ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd
>
> [...]
>
> >This is perl, v5.6.1 built for MSWin32-x86-multi-thread
>
> The URL above specifies a Perl 5.8 repository. Replace the string "ppms"
> with "ppmpackages" to get the 5.6 repository:
>
> ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/XML-LibXML-Common.p pd
>
> Cheers,
> -Jan
>
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs