From: | Alexandre Ricciardi <alexandre(dot)ricciardi(at)free(dot)fr> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | problem on psql command |
Date: | 2004-03-29 11:09:39 |
Message-ID: | 406803F3.3010008@free.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
I have just installed postgresql and i have the following messages :
postgres(at)2[postgres]$ createdb testpg
/usr/lib/postgresql/bin/readpgenv: line 2:
/etc/postgresql/postgresql.env: No such file or directory
CREATE DATABASE
postgres(at)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-03-29 15:42:06 | Re: problem on psql command |
Previous Message | Thilo Hille | 2004-03-29 10:51:11 | dynamic interval in plpgsql |