problem on psql command - Mailing list pgsql-novice

From Alexandre Ricciardi
Subject problem on psql command
Date
Msg-id 406803F3.3010008@free.fr
Whole thread Raw
Responses Re: problem on psql command
List pgsql-novice
Hi,

I have just installed postgresql and i have the following messages :

postgres@2[postgres]$ createdb testpg
/usr/lib/postgresql/bin/readpgenv: line 2:
/etc/postgresql/postgresql.env: No such file or directory
CREATE DATABASE
postgres@2[postgres]$ psql testpg
/usr/lib/postgresql/bin/readpgenv: line 2:
/etc/postgresql/postgresql.env: No such file or directory
Welcome to psql 7.3.4, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

/usr/lib/postgresql/bin/psql: relocation error:
/usr/lib/postgresql/bin/psql: undefined symbol: PQgetssl

what's the problem ?
Could someone help me please.

Thanks.


pgsql-novice by date:

Previous
From: Thilo Hille
Date:
Subject: dynamic interval in plpgsql
Next
From: Tom Lane
Date:
Subject: Re: problem on psql command