| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
| Cc: | Osahon Oduware <osahon(dot)gis(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Build PostgreSQL With XML Support on Linux |
| Date: | 2017-05-31 13:46:33 |
| Message-ID: | 28318.1496238393@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> writes:
> On 05/31/2017 06:24 AM, Osahon Oduware wrote:
>> I successfully built PostgreSQL from source on Linux (Centos 7) using
>> the following:
>> ./configure --prefix=/home/nagispg/local/pgsql --with-libxml --with-libxslt
>> ...
>> When I run pg_config I get the following output:
>> LIBS = -lpgcommon -lpgport -lz -lreadline -lrt -lcrypt -ldl -lm
Did you remember to do "make install"? Did you make sure that
/home/nagispg/local/pgsql/bin is in your PATH, ahead of wherever
the old installation is? Alternatively, if you're attempting
to overwrite an old installation, did you remember to restart
the server?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PAWAN SHARMA | 2017-05-31 14:36:31 | Ora2Pg-Database migration report |
| Previous Message | Adrian Klaver | 2017-05-31 13:34:38 | Re: Build PostgreSQL With XML Support on Linux |