| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Carlos Ojea Castro <carlosojea(at)leveltelecom(dot)es> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: psql |
| Date: | 2004-06-23 15:04:12 |
| Message-ID: | 2411.1088003052@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Carlos Ojea Castro <carlosojea(at)leveltelecom(dot)es> writes:
> 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
>
> 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...
Did you upgrade readline since then? Because this sure looks like
readline's problem not ours.
The only thing I can think of is to rebuild Postgres and see if it works
better. (You might as well update to PG 7.4.3 while you're at it.)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-06-23 15:11:04 | Re: setting autocommit off in pgsql |
| Previous Message | Andreas Pflug | 2004-06-23 14:46:39 | Re: [GENERAL] Building pgadmin on Fedora core 2 |