Re: Bug: --with-libxml does not take a location

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug: --with-libxml does not take a location
Date: 2007-11-07 03:22:25
Message-ID: 47312F71.6060308@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway wrote:
> On Wed, 2007-11-07 at 11:38 +0900, Josh Berkus wrote:
>> ./configure --with-libxml does not accept a location argument. This
>> makes it impossible to configure 8.3 with LibXML on the Mac, because I
>> can't upgrade the main libxml without breaking something, and
>> ./configure doesn't let me specify an alternate location.
>
> --with-libraries, --with-includes should work.

Apparently not.

Here's what I'm trying:

./configure --with-libxml
--with-libraries=/Library/Frameworks/libxml.framework/ --with-perl
--prefix=/Users/josh/pg83b2

The libxml in that directory is 2.6.30, but .configure always seems to
find the default one first.

What I get for demoing on an OS which uses libxml in the OS ... darn
Apple, anyway. But we'd better get ready for a lot of bug reports from
mac users.

--Josh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-11-07 03:40:55 Re: Bug: --with-libxml does not take a location
Previous Message Josh Berkus 2007-11-07 02:38:12 Bug: --with-libxml does not take a location