| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Osahon Oduware <osahon(dot)gis(at)gmail(dot)com> |
| Cc: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Build PostgreSQL With XML Support on Linux |
| Date: | 2017-05-31 15:49:15 |
| Message-ID: | 22685.1496245755@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Osahon Oduware <osahon(dot)gis(at)gmail(dot)com> writes:
> Thanks for the response. Yes, I did all of that.
Well, better start double-checking, because it certainly appears that
the version of pg_config you're calling is not from a --with-libxml
build.
After thinking a bit, another possible way of messing this up would be
if you were working in a previously-used build tree, and simply did
a new configure run and then "make" without cleaning up the old build
products. You might be able to get away with that if you'd used
--enable-depend, but without it you really need at least "make clean"
and preferably "make distclean" before reconfiguring.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2017-05-31 16:22:18 | Re: [GENERAL] pg_basebackup error: replication slot "pg_basebackup_2194" already exists |
| Previous Message | Rob Sargent | 2017-05-31 15:33:10 | Re: dump to pg |