Re: BUG #12275: configure incorrectly tests libxml2 version

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: greg(dot)davidson(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12275: configure incorrectly tests libxml2 version
Date: 2014-12-18 21:20:05
Message-ID: 20141218212005.GB1769@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

greg(dot)davidson(at)gmail(dot)com wrote:

> I had to comment out the libxml2 version check to get 9.4.0 to build.
> Perhaps it's because of the suffix on the version number?
> $ ./configure --with-libxml --with-libxslt --enable-debug --enable-cassert
> \
> --with-tcl --with-tclconfig=/usr/lib/tcl8.6 --prefix=/usr/local/pgsql-9.4.0
> ...
> checking for xmlSaveToBuffer in -lxml2... no
> configure: error: library 'xml2' (version >= 2.6.23) is required for XML
> support

I have 2.9.1 Debian-packaged here, and it works fine for me. config.log
says:

configure:8767: checking for xmlSaveToBuffer in -lxml2
configure:8801: result: yes

> $ dpkg-query -l '*xml2*'
> ||/ Name Version Arch Description
> +++-==================-=======================-======-===========================================
> ii libxml2:amd64 2.9.1+dfsg1-3ubuntu4.4 amd64 GNOME XML library
> ii libxml2:i386 2.9.1+dfsg1-3ubuntu4.4 i386 GNOME XML library
> ii libxml2-dev:amd64 2.9.1+dfsg1-3ubuntu4.4 amd64 Development files for
> the GNOME XML library
> ii libxml2-doc 2.9.1+dfsg1-3ubuntu4.4 all Documentation for the
> GNOME XML library
> ii libxml2-utils 2.9.1+dfsg1-3ubuntu4.4 amd64 XML utilities

I don't have the :i386 packages installed here; maybe your compiler is
picking up those instead of the amd64 ones.

ii libxml2:amd64 2.9.1+dfsg1-4 amd64 GNOME XML library
ii libxml2-dev:amd64 2.9.1+dfsg1-4 amd64 Development files for the GNOME XML library
ii libxml2-utils 2.9.1+dfsg1-4 amd64 XML utilities

> P.S. I hope that the appearance of line clipping I'm seeing above is an
> illusion. Perhaps the bug report textentry widget should have room for 80
> character wide pastes from terminals?

No such luck, but I don't think it's all that critical anyway.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message collin.peters 2014-12-18 21:39:59 BUG #12276: Using old name of a renamed or dropped column in a sub-query does not throw error
Previous Message Tom Lane 2014-12-18 21:14:26 Re: BUG #12273: CASE Expression BUG