Re: FreeBSD 4.2 readlib issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: branson(at)ferguson(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: FreeBSD 4.2 readlib issue
Date: 2000-12-06 00:36:06
Message-ID: 2217.976062966@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> tab-complete.o: In function `psql_completion':
> tab-complete.o(.text+0x53): undefined reference to `rl_completion_append_character'
> tab-complete.o(.text+0x1496): undefined reference to `rl_completion_append_character'

What Postgres version are you using? There's been a configure test for
ancient libreadlines without rl_completion_append_character in there for
awhile now.

If you don't want to update your postgres, updating your libreadline
would work too ;-)

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message najeeb ahmed 2000-12-06 04:55:26 source code of jdbc drivers
Previous Message pgsql-bugs 2000-12-05 23:29:17 FreeBSD 4.2 readlib issue