Re: postgres build with xml support on Ubuntu 12.04 LTS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rajanikanth Jammalamadaka <rajanikanth(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: postgres build with xml support on Ubuntu 12.04 LTS
Date: 2012-12-28 15:38:13
Message-ID: 9526.1356709093@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Rajanikanth Jammalamadaka <rajanikanth(at)gmail(dot)com> writes:
> I tried to build postgres with libxml and libxslt and see the following
> errors in the config.log file.

I don't see any errors there. The extract of the log that you quoted
seems to just be configure finding out that your platform doesn't have
setproctitle(), which is hardly surprising on Linux (it's a BSD-ism).
In any case that would have nothing to do with libxml or libxslt.

What actual problem are you having?

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Rajanikanth Jammalamadaka 2012-12-28 16:02:32 Resolved: Re: postgres build with xml support on Ubuntu 12.04 LTS
Previous Message Rajanikanth Jammalamadaka 2012-12-28 05:44:32 postgres build with xml support on Ubuntu 12.04 LTS