Re: [GENERAL] Build PostgreSQL With XML Support on Linux

2017-06-01 Thread Osahon Oduware
Hi Tom, Thanks a lot for your response. You made my day! Your thought in the 2nd paragraph of your response (the "make distclean" stuff) was the solution. It was an oversight on my part. Thanks once again. On Wed, May 31, 2017 at 4:49 PM, Tom Lane wrote: > Osahon Oduware

Re: [GENERAL] Build PostgreSQL With XML Support on Linux

2017-05-31 Thread Tom Lane
Osahon Oduware 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

Re: [GENERAL] Build PostgreSQL With XML Support on Linux

2017-05-31 Thread Osahon Oduware
Hi Tom, Thanks for the response. Yes, I did all of that. On Wed, May 31, 2017 at 2:46 PM, Tom Lane wrote: > Adrian Klaver writes: > > On 05/31/2017 06:24 AM, Osahon Oduware wrote: > >> I successfully built PostgreSQL from source on Linux (Centos

Re: [GENERAL] Build PostgreSQL With XML Support on Linux

2017-05-31 Thread Osahon Oduware
I am using PostgreSQL 9.6.2 On Wed, May 31, 2017 at 2:34 PM, Adrian Klaver wrote: > On 05/31/2017 06:24 AM, Osahon Oduware wrote: > >> Hi All, >> >> I successfully built PostgreSQL from source on Linux (Centos 7) using the >> following: >> > > What version of

Re: [GENERAL] Build PostgreSQL With XML Support on Linux

2017-05-31 Thread Tom Lane
Adrian Klaver 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

Re: [GENERAL] Build PostgreSQL With XML Support on Linux

2017-05-31 Thread Adrian Klaver
On 05/31/2017 06:24 AM, Osahon Oduware wrote: Hi All, I successfully built PostgreSQL from source on Linux (Centos 7) using the following: What version of Postgres? ./configure --prefix=/home/nagispg/local/pgsql --with-libxml --with-libxslt I would look in config.log in the build

[GENERAL] Build PostgreSQL With XML Support on Linux

2017-05-31 Thread Osahon Oduware
Hi All, I successfully built PostgreSQL from source on Linux (Centos 7) using the following: ./configure --prefix=/home/nagispg/local/pgsql --with-libxml --with-libxslt Prior to this I had installed the xml and xslt packages (amongst others) using: yum install libxml2-devel yum install

Re: [GENERAL] Build postgresql

2016-05-16 Thread Charles Clavadetscher
Hello You can find instructions here: http://www.postgresql.org/docs/current/static/install-windows.html Bye Charles On 05/16/2016 10:29 AM, Roman Khalupa wrote: Hello postgresql team! I have question about building postgresql. And here it is: how to build postgresql statically on windows to

Re: [GENERAL] Build postgresql

2016-05-16 Thread Roman Khalupa
Hello postgresql team! I have question about building postgresql. And here it is: how to build postgresql statically on windows to get static libs? Thanks

[GENERAL] Build postgresql

2016-05-10 Thread Roman Khalupa
Hello postgresql team! I have question about building postgresql. And here it is: how to build postgresql statically on windows to get static libs? Thanks

[GENERAL] build Postgresql on Solaris 64 bits

2006-01-03 Thread FERREIRA, William (GFI INFORMATIQUE)
Hi, i'm trying to install Postgresql on Solaris. Looking at the generated code, i saw that it was in 32 bits. I would like to compile Postgresql in 64 bits but i didn't find any post in the archives about this. Thanks in advance. Will This e-mail is intended only for the above addressee. It

Re: [GENERAL] build Postgresql on Solaris 64 bits

2006-01-03 Thread Qingqing Zhou
FERREIRA, William (GFI INFORMATIQUE) [EMAIL PROTECTED] wrote i'm trying to install Postgresql on Solaris. Looking at the generated code, i saw that it was in 32 bits. I would like to compile Postgresql in 64 bits but i didn't find any post in the archives about this. Check out this thread