[GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-29 Thread hosuresh
Tanks a lot to all... Finally i got the solution... my postgres working fine on server... - Regards, Suresh Hosur -- View this message in context:

[GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread hosuresh
Hi devrim, Thanks for the responce when i run the command rpm -qa | grep postgresql-9.0 Its not dispalying anything... - Regards, Suresh Hosur -- View this message in context:

Re: [GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread Devrim GÜNDÜZ
On Wed, 2011-12-28 at 02:30 -0800, hosuresh wrote: when i run the command rpm -qa | grep postgresql-9.0 Its not dispalying anything... I did not say postgresql-9.0 -- I said rpm -qa|grep postgresql Regards, -- Devrim GÜNDÜZ Principal Systems Engineer @ EnterpriseDB:

Re: [GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread devrim
This message has been digitally signed by the sender. Re___GENERAL__Re__psql_error__psql__symbol_lookup_error__psql__undefined_symbol__PQconnectdbParams.eml Description: Binary data - Hi-Tech Gears Ltd, Gurgaon, India -- Sent via pgsql-general mailing list

[GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread hosuresh
Hello Devrim, ya when i run its dispalying like [root@CentOS-60-32-minimal lib]# rpm -qa | grep postgresql postgresql90-docs-9.0.6-1PGDG.rhel6.i686 postgresql84-libs-8.4.9-1PGDG.rhel6.i686 postgresql90-libs-9.0.6-1PGDG.rhel6.i686 postgresql90-contrib-9.0.6-1PGDG.rhel6.i686

[GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread hosuresh
Hello John R Pierce, When i run the $su - postgres #which psql Its dispalying like: [root@CentOS-60-32-minimal ]# su - postgres -bash-4.1$ which psql /usr/bin/psql and for $ ldd $(which psql) command it displaying like -bash-4.1$ ldd $(which psql) linux-gate.so.1 =

Re: [GENERAL] Re: psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

2011-12-28 Thread Tom Lane
hosuresh suri.ho...@gmail.com writes: and for $ ldd $(which psql) command it displaying like -bash-4.1$ ldd $(which psql) linux-gate.so.1 = (0x00112000) libpq.so.5 = /usr/lib/libpq.so.5 (0x005b5000) Yeah, so it's linking to the libpq in /usr/lib, which is presumably