From elyse.grasso [...] gmail.com Sun Aug 4 00: | 53:32 2013 |
MIME-Version: | 1.0 |
X-Spam-Status: | No, score=-6.12 tagged_above=-99.9 required=10 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_HI=-5, SPF_NEUTRAL=0.779] autolearn=ham |
X-Spam-Flag: | NO |
content-type: | text/plain; charset="utf-8"; format="flowed" |
Message-ID: | <51FDDE3C.5040708 [...] data-raptors.com> |
X-Received: | by 10.182.48.230 with SMTP id p6mr10558219obn.1.1375591998464; Sat, 03 Aug 2013 21:53:18 -0700 (PDT) |
X-Virus-Scanned: | Debian amavisd-new at bestpractical.com |
X-Spam-Score: | -6.12 |
Received: | from localhost (localhost [127.0.0.1]) by hipster.bestpractical.com (Postfix) with ESMTP id 76A2B24106A for <cpan-bug+XML-LibXML [...] hipster.bestpractical.com>; Sun, 4 Aug 2013 00:53:32 -0400 (EDT) |
Received: | from hipster.bestpractical.com ([127.0.0.1]) by localhost (hipster.bestpractical.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ye1f-iF+a+qI for <cpan-bug+XML-LibXML [...] hipster.bestpractical.com>; Sun, 4 Aug 2013 00:53:31 -0400 (EDT) |
Received: | from la.mx.develooper.com (x1.develooper.com [207.171.7.70]) by hipster.bestpractical.com (Postfix) with SMTP id 096E5241065 for <bug-XML-LibXML [...] rt.cpan.org>; Sun, 4 Aug 2013 00:53:30 -0400 (EDT) |
Received: | (qmail 21087 invoked by alias); 4 Aug 2013 04:53:30 -0000 |
Received: | from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com) (209.85.214.172) by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Sat, 03 Aug 2013 21:53:22 -0700 |
Received: | by mail-ob0-f172.google.com with SMTP id er7so3677432obc.3 for <bug-XML-LibXML [...] rt.cpan.org>; Sat, 03 Aug 2013 21:53:18 -0700 (PDT) |
Received: | from [192.168.1.3] (ip-216-17-139-168.rev.frii.com. [216.17.139.168]) by mx.google.com with ESMTPSA id tu4sm17229094obb.5.2013.08.03.21.53.16 for <bug-XML-LibXML [...] rt.cpan.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 03 Aug 2013 21:53:17 -0700 (PDT) |
Authentication-Results: | hipster.bestpractical.com (amavisd-new); dkim=pass header.i= [...] gmail.com |
Delivered-To: | cpan-bug+XML-LibXML [...] hipster.bestpractical.com |
Subject: | XML-LibXML-2.0019 cannot build on Ubuntu 12.04 LTS 64bit |
User-Agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 |
Return-Path: | <elyse.grasso [...] gmail.com> |
X-RT-Mail-Extension: | xml-libxml |
X-Original-To: | cpan-bug+XML-LibXML [...] hipster.bestpractical.com |
X-Spam-Check-BY: | la.mx.develooper.com |
Dkim-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=G8KShHxF61iDg1gUowgj8qc2yJZKRNGmoGwxXH6l0rw=; b=H0H598E6elrF0NQgnrjtRplsDtznXUkRbhTguvuCzVVAmtCCdYCw747meHczQuOEtO C7OLX2ue1V9H5BSVy/uqGJp5aMfszWi9MpmGLCBTK+3nJuFdx9B1W8H/e4inW7vqB2Vk m0lTNSgLeT9bH0Zu4JvaccxHdmH4dBbqdt/l7LhUyiJI/3HEIKhzY8Kx4jaRxkuHmbk+ GESa1Qs13v0Jzlrmw4oT7p01RG/y5x5V7v2XwHEQN/A2cqo69rG4ZJtO28PQ4dRCC4Cq M8OrI76uyi5YJHcZ9g/kVhbBT10QQEG1z8qAYPhG8esjpDvuOkN+hDaDliA5QVkZn3UN lP/w== |
Date: | Sat, 03 Aug 2013 22:53:16 -0600 |
Sender: | Elyse Grasso <elyse.grasso [...] gmail.com> |
X-Spam-Level: | |
To: | bug-XML-LibXML [...] rt.cpan.org |
Content-Transfer-Encoding: | 7bit |
From: | Elyse M Grasso <emgrasso [...] data-raptors.com> |
X-RT-Original-Encoding: | iso-8859-1 |
X-RT-Interface: | |
Content-Length: | 867 |
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