Re: [GENERAL] configure error... please help 9.0.4

2011-06-15 Thread akp geek
Thanks all for the responses. Based on your suggestion, I could able to configure it . The way I fixed it was, I configured the uuid, readline and flex into the same path, then ran the configure command for postgres ./configure --prefix=/opt/postgres/9.0.4 --with-perl --with-libxml

Re: [GENERAL] configure error... please help 9.0.4

2011-06-14 Thread akp geek
Thanks all for the responses. $./configure --prefix=/opt/postgres/9.0.4 --with-readline --with-perl --with-libxml --with-openssl --with-ossp-uuid LDFLAGS=-L/opt/postgres/gis/lib --with-includes=/opt/postgres/software/include/readline/ *I bypassed the uuid error. Now getting this .. I have

Re: [GENERAL] configure error... please help 9.0.4

2011-06-14 Thread Adrian Klaver
On Tuesday, June 14, 2011 5:51:59 am akp geek wrote: Thanks all for the responses. $./configure --prefix=/opt/postgres/9.0.4 --with-readline --with-perl --with-libxml --with-openssl --with-ossp-uuid LDFLAGS=-L/opt/postgres/gis/lib --with-includes=/opt/postgres/software/include/readline/

[GENERAL] configure error... please help 9.0.4

2011-06-13 Thread akp geek
Dear all - While setting up streaming I ran into issue with libpq. To resolve it I need to recompile the source. I am issuing the following command . I tried this before with 9.0.2 it worked. Now when issued the same command I was getting the errors. ./configure

Re: [GENERAL] configure error... please help 9.0.4

2011-06-13 Thread Scott Marlowe
On Mon, Jun 13, 2011 at 3:15 PM, akp geek akpg...@gmail.com wrote: Dear all -                While setting up streaming I ran into issue with libpq. To resolve it I need to recompile the source. I am issuing the following command . I tried this before with 9.0.2 it worked. Now when issued the

Re: [GENERAL] configure error... please help 9.0.4

2011-06-13 Thread akp geek
Sorry all - I am doing the work on Solaris. Regards On Mon, Jun 13, 2011 at 5:38 PM, Scott Marlowe scott.marl...@gmail.comwrote: On Mon, Jun 13, 2011 at 3:15 PM, akp geek akpg...@gmail.com wrote: Dear all - While setting up streaming I ran into issue with

Re: [GENERAL] configure error... please help 9.0.4

2011-06-13 Thread John R Pierce
On 06/13/11 3:07 PM, akp geek wrote: I am doing the work on Solaris. then you'll likely need to build ossp-uuid and reference it in your ./configure -- john r pierceN 37, W 122 santa cruz ca mid-left coast -- Sent via

Re: [GENERAL] configure error... please help 9.0.4

2011-06-13 Thread Craig Ringer
On 06/14/2011 05:15 AM, akp geek wrote: Dear all - While setting up streaming I ran into issue with libpq. To resolve it I need to recompile the source. I am issuing the following command . I tried this before with 9.0.2 it worked. Now when issued the same command I was getting