Re: psql - Mailing list pgsql-general

From Carlos Ojea Castro
Subject Re: psql
Date
Msg-id 40D9372E.8010708@leveltelecom.es
Whole thread Raw
In response to psql  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
Responses Re: psql  ("Daniel Verite" <daniel@manitou-mail.org>)
Re: psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Vams wrote:

>On Tuesday 22 June 2004 11:11 am, Carlos Ojea Castro wrote:
>
>>I have postgreSQL 7.4.1 installed, but I can't start psql (I was able to
>>start psql a few weeks ago...)
>>I get this message:
>>debian-ojea:/home/carlos# psql buques_db
>>/usr/lib/postgresql/bin/psql: relocation error:
>>/usr/local/lib/libreadline.so.4: undefined symbol: BC
>>
>
>You might already have postgresql preinstalled and have improperly upgrade it?
>Or, you might have more than one version installed.
>
>just shooting some possibilities,
>  Vams
>
I made 'apt-get install postgresql', but it was an old version, so I
purged it and then I compile and install 7.4.1 from source...

This is the output of 'dpkg -s postgresql':
debian-ojea:/home/carlos# dpkg -s postgresql
Package: postgresql
Status: purge ok not-installed
Priority: optional
Section: misc

But postgresql is installed:
carlos@debian-ojea:~$ /usr/local/pgsql/bin/postmaster -D
/home/carlos/programacion/compulab/buques/database/
LOG:  database system was shut down at 2004-06-22 17:44:05 CEST
LOG:  checkpoint record is at 0/289F6F78
LOG:  redo record is at 0/289F6F78; undo record is at 0/0; shutdown TRUE
LOG:  next transaction ID: 735362; next OID: 17869
LOG:  database system is ready

So, do you know what can I do to correct the problem?
Thank you, regards
Carlos


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Point in time recovery
Next
From: "Antony Paul"
Date:
Subject: setting autocommit off in pgsql