Re: FreeBSD 4.2 readlib issue
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: branson@ferguson.com, pgsql-bugs@postgresql.org
Date: 2000-12-06T00:36:06Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.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