From: | Carlos Ojea Castro <carlosojea(at)leveltelecom(dot)es> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: psql |
Date: | 2004-06-24 07:08:44 |
Message-ID: | 40DA7DFC.2060102@leveltelecom.es |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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(at)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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2004-06-24 07:11:44 | Re: langauges, locales, regex, LIKE |
Previous Message | Richard Huxton | 2004-06-24 06:59:46 | Re: Performance |