Re: -HEAD configure issue with libedit on linux

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: -HEAD configure issue with libedit on linux
Date: 2006-11-29 20:14:15
Message-ID: 1529.1164831255@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
> There seem to be a number of issues with our libedit support.
> One of them is that we fail to build on Linux (at least on Debian
> Etch/4.0 x86_64 and i386) if libedit-dev is installed but not
> libreadline5-dev.

And what other ones?

> The problem is that in that configuration ./configure seems to think
> that there is a working strlcpy available due to the fact that it
> includes -ledit in the relevant configure test which seems to provide
> strlcpy :-(

Fixed.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-11-29 20:14:24 Re: small bug in to_char and TM prefix, in RC
Previous Message Pavel Stehule 2006-11-29 20:06:07 Re: small bug in to_char and TM prefix, in RC