From: | Hari Babu <haribabu(dot)kommi(at)huawei(dot)com> |
---|---|
To: | "'Raghavendra'" <raghavendra(dot)rao(at)enterprisedb(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_basebackup -R option in PG 9.3 beta |
Date: | 2013-05-15 09:48:14 |
Message-ID: | 000a01ce5151$528f31c0$f7ad9540$@kommi@huawei.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wednesday, May 15, 2013 2:50 PM Raghavendra wrote:
>Hi,
>
>While trying new features of Pg 9.3 beta, my eyes caught on pg_basebackup
-R option so I have given a try but somehow I didn't succeed it to work...
>
>-bash-4.1$ ./pg_basebackup --version
>pg_basebackup (PostgreSQL) 9.3beta1
>
>-bash-4.1$ ./pg_basebackup -h localhost -D ../data_bkp -p 5555 -U postgres
-R
>./pg_basebackup: symbol lookup error: ./pg_basebackup: undefined symbol:
PQconninfo
>
>Can anyone help me where am doing the mistake ?
I feel the library is not able to load while executing pg_basebackup.
Try the following command in linux and check it.
export LD_LIBRARY_PATH=<lib path>
Regards,
Hari babu.
From | Date | Subject | |
---|---|---|---|
Next Message | Rebecca Clarke | 2013-05-15 10:04:20 | Re: Storing Special Characters |
Previous Message | Jashaswee | 2013-05-15 09:24:20 | Re: How to convert numbers into words in postgresql |