Daniel Verite wrote:
> Carlos Ojea Castro writes
>
>
>
>>>>/usr/lib/postgresql/bin/psql: relocation error:
>>>>
>>>>
>
>The location suggests it's the psql from the postgresql-client
>debian package.
>
>
>
>>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
>>
>>
>
>You probably need to purge the postgresql-client package
>as well, so that your shell will find /usr/local/pgsql/bin/psql
>which should be the one that you installed from source.
>
THAT WAS IT !!!
I made 'dpkg -r postgresql-client' and then I made another install from
source.... and it works !!
Thank you very much,
Carlos
>
>