From: | Carlos Ojea Castro <carlosojea(at)leveltelecom(dot)es> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: psql |
Date: | 2004-06-23 07:54:22 |
Message-ID: | 40D9372E.8010708@leveltelecom.es |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)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
From | Date | Subject | |
---|---|---|---|
Next Message | Antony Paul | 2004-06-23 08:47:49 | setting autocommit off in pgsql |
Previous Message | Richard Huxton | 2004-06-23 07:14:20 | Re: Point in time recovery |