in reply to Can't install XML::LibXML
The XML::LibXML module provides an XS wrapper around the libxml2 library so if you're building from source then a compiler is required. But building from source is not usually required. A PPM for ActivePerl on Windows is available as documented in the Perl XML FAQ. For Linux, simply install the appropriate package from your distribution (eg: 'apt-get install libxml-libxml-perl' on Debian) and dependencies will be resolved automatically.
If you have a problem that you want help to solve, then perhaps you might like to tell us what you tried and what happened.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't install XML::LibXML
by bensum (Initiate) on Jan 15, 2010 at 10:23 UTC | |
by marto (Cardinal) on Jan 15, 2010 at 10:39 UTC |