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