psql:relocation error:psql:unfefined symbol: PQgetssl

From: "Roberto Carrer" <roberto(at)azserve(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psql:relocation error:psql:unfefined symbol: PQgetssl
Date: 2002-12-31 13:22:18
Message-ID: aus5l6$1576$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all

I am a new postgresql user
I have installed version 7.3 on a Linux Red Hat 8.0 machine
I've used the configure script with the 2 options: --with-CXX --enable-odbc
I have the database running correctly in the foreground with the command:
./postmaster -D /datapath
but if I run it in the backgroud with the command:
./pg_ctl -D /datapath -l /tmp/pgsql.log start
the postmaster is running correctly and I can create a testdb database
but when I try to connect to it with the command:
psql testdb
I get the message:
psql:relocation error:psql:unfefined symbol: PQgetssl
and psql exits.

can anibody help me?

regards,

Roberto

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-12-31 14:18:08 boolean 't' 'f' vs. '1' '0' - perl question
Previous Message Artur Rataj 2002-12-31 10:36:09 Re: Boolean product of rows in multiple tables