Does anybody know where I can get a precompiled XML::LibXML for ActiveState Perl 5.16 (Windows, 32 Bit), or do I have to bite the bullet and compile it from CPAN?
This is what I already tried:
- After searching around for ppm repositories, I found that nearly all of them support only lower versions of Perl (probably because 5.16 is still new). http://www.bribes.org has newer ones, but not LibXML.
- I found A guide to installing modules for Win32 and tried PPM::Repositories, but although my Repositories module (according to ppm) is up to date (version 0.19), I get error messages (see below). It seems that the ppm command line syntax has changed, but the Repositories module has not changed accordingly.
Here the error messages from running
use strict;
use warnings FATAL => qw(all);
use PPM::Repositories;
for ( keys %Repositories )
{
print `ppm repository add $_ $Repositories{$_}->{location}`;
}
:
Unrecognized ppm command 'repository'; try one of area, config, descri
+be,
files, gui, help, info, install, list, log, profile, query, remove,
+repo,
search, tree, uninstall, update, upgrade, verify, or version
Usage: ppm <cmd> <arg>...
Run 'ppm help' to learn more.
--
Ronald Fischer <ynnor@mm.st>
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.