On Wed, Jun 19, 2019 at 10:52:58AM +0100, Jim web wrote:
> In article <b5495bc1-7a2d-4a0e-4c5c-05abfaab4...@macfh.co.uk>, MacFH - C
> E
> Macfarlane <c.e.macfarl...@macfh.co.uk> wrote:
> > AFAICR, LibXML is a dependency of XML::Simple, and, as you suggest, on
> > Ubuntu systems you install a module using apt-get.  I setup and
> > configure Ubuntu using a bash script, and its module list contains
> > libxml2 and libxml2-dev, so most probably they're the ones you need.
> 
> limxml2 was installed. 
> 
> I installed libxml2-dev as well, but, alas, it still doesn't work. :-/

libxml2 is a C library that the perl code wants to use.
libxml2-dev is the headers for that C library so that the perl code
knows how to link it.

You'll need both of those in addition to the perl code.

-- 
David Cantrell | Godless Liberal Elitist

EINE KIRCHE! EIN KREDO! EIN PAPST!

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to