Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 87582
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: emgrasso [...] data-raptors.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Hi Elyse, On Sun Aug 04 00:53:33 2013, emgrasso@data-raptors.com wrote: Show quoted text
> 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.
Did you install these packages: http://packages.debian.org/search?keywords=libxml2-dev ? Show quoted text
> > 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.
Yes, that's expected when you don't have an error. Show quoted text
> > 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?) >
Well, Ubuntu is an open source distribution and you can inspect the source pacakges of the XML::LibXML packages of Ubuntu. See: http://packages.debian.org/sid/libxml-libxml-perl Regards, -- Shlomi Fish
Resolving as OLD due to lack of response.