Re: -HEAD configure issue with libedit on linux - Mailing list pgsql-hackers

From Tom Lane
Subject Re: -HEAD configure issue with libedit on linux
Date
Msg-id 1529.1164831255@sss.pgh.pa.us
Whole thread Raw
In response to -HEAD configure issue with libedit on linux  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: -HEAD configure issue with libedit on linux  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: -HEAD configure issue with libedit on linux  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Re: -HEAD configure issue with libedit on linux  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
Stefan Kaltenbrunner <stefan@kaltenbrunner.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


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: small bug in to_char and TM prefix, in RC
Next
From: Martijn van Oosterhout
Date:
Subject: Re: small bug in to_char and TM prefix, in RC