Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: psql: relocation error: psql: undefined symbol: PQgetssl


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: jasuja(at)sbcglobal(dot)net (Ravi)
  • Cc: pgsql-general(at)postgresql(dot)org
  • Subject: Re: psql: relocation error: psql: undefined symbol: PQgetssl
  • Date: Mon, 07 Oct 2002 10:54:06 -0400
  • Message-id: <23677.1034002446@sss.pgh.pa.us> <text/plain>

jasuja(at)sbcglobal(dot)net (Ravi) writes:
> I have tried using both the postgresql-7.2.tar.gz and  postgresql-7.2.3.tar.gz
> I get the same error:
 
> psql: relocation error: psql: undefined symbol: PQgetssl

It looks to me like psql is picking up a copy of libpq.so that does not
have SSL support --- probably a libpq.so that is leftover from some
older installation.  Check your shared library search path.  It's
difficult to give any more detail than that when you didn't specify
your platform, but perhaps ldconfig or LD_LIBRARY_PATH is what to look
at.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group