Subject: | XML-LibXML-2.0019 cannot build on Ubuntu 12.04 LTS 64bit |
Date: | Sat, 03 Aug 2013 22:53:16 -0600 |
To: | bug-XML-LibXML [...] rt.cpan.org |
From: | Elyse M Grasso <emgrasso [...] data-raptors.com> |
I am trying to set up perlbrew environments on Ubuntu 12.04 LTS 64bit.
Currently attempting perl 5.18.0. Both cpan and cpanm failed to build
XML::LibXML even with the multilib compilers and ia32 libraries installed.
Trying manually against both sets of libraries:
perl Makefile.PL DEBUG=1 LIBS='-L/usr/lib/x86_64-linux-gnu
-L/usr/local/lib -L/usr/lib -lxml2 -lm' INC='-I/usr/local/include
-I/usr/include' 2>&1 |more
perl Makefile.PL DEBUG=1 LIBS='-L/usr/lib/i386-linux-gnu
-L/usr/local/lib -L/usr/lib -lxml2 -lm' INC='-I/usr/local/include
-I/usr/include' 2>&1 |more.
Both attempts spewed many error messages about:
fatal error: libxml/c14n.h: No such file or directory compilation
terminated.
Ubuntu has a distribution package of XML::LibXML. (distro perl is 5.14
plus patches)
How was it created? (And is it 32 or 64 bit?)
Thanks
Elyse Grasso