Re: [GENERAL] setting up streaming error. Please help

2011-06-13 Thread Tom Lane
akp geek writes: > *ldd libpqwalreceiver.so* > * libpq.so.4 =>/usr/lib/libpq.so.4* Looks like you need to recompile, for starters. libpq.so.4 would be 8.1 or even older. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To ma

Re: [GENERAL] setting up streaming error. Please help

2011-06-13 Thread akp geek
Thanks Tom . When I did Is there any that I can run some commands to point it to *libpq.so.5. I have LD_LIBRARY_PATH =/opt/postgres/9.0.2/lib. still it is pointing to ** /usr/lib .. Any suggestions? * *ldd libpqwalreceiver.so* * libpq.so.4 =>/usr/lib/libpq.so.4* *libgcc_s.so

Re: [GENERAL] setting up streaming error. Please help

2011-06-11 Thread Tom Lane
akp geek writes: > After making the required changes to the Primary and slave , I have > restarted the slave and I keep seeing the following in the logs. > *FATAL: could not connect to the primary server: invalid connection option > "replication"* That message has to be caused by libpq

Re: [GENERAL] setting up streaming error. Please help

2011-06-10 Thread akp geek
Both the servers are having 9.0.2 Thanks On Fri, Jun 10, 2011 at 4:09 PM, Guillaume Lelarge wrote: > On Fri, 2011-06-10 at 15:46 -0400, akp geek wrote: > > Hi all - > > > > > > After making the required changes to the Primary and slave , > > I have restarted the slave and I keep seeing

Re: [GENERAL] setting up streaming error. Please help

2011-06-10 Thread Guillaume Lelarge
On Fri, 2011-06-10 at 15:46 -0400, akp geek wrote: > Hi all - > > > After making the required changes to the Primary and slave , > I have restarted the slave and I keep seeing the following in the > logs. > > > Operating system is solaris. > > on the primar