Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Bob Friesenhahn wrote: >> Due to the licensing issues, it would be very useful if the configure >> script provided a means to specify using libedit rather than >> libreadline. With the current approach, libreadline is automatically > 8.2 will have co

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bruce Momjian
Bob Friesenhahn wrote: > On Wed, 4 Oct 2006, Tom Lane wrote: > > > "Bob Friesenhahn" <[EMAIL PROTECTED]> writes: > >> libedit-20060829-2.9 was installed to /usr/local. > > > >> Configure was executed like: > >> LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql' > >> '--with-openss

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bob Friesenhahn
On Wed, 4 Oct 2006, Tom Lane wrote: Bob Friesenhahn <[EMAIL PROTECTED]> writes: Actually, it does. The current version of libedit (http://www.thrysoee.dk/editline/) does not provide a history.h header. Well, that was a pretty silly decision on their part ... are they just trying to tick off

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bob Friesenhahn
On Wed, 4 Oct 2006, Tom Lane wrote: "Bob Friesenhahn" <[EMAIL PROTECTED]> writes: libedit-20060829-2.9 was installed to /usr/local. Configure was executed like: LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql' '--with-openssl' '--enable-thread-safety' '--with-pam' '--with-

Re: [BUGS] BUG #2674: libedit not detected

2006-10-04 Thread Tom Lane
Bob Friesenhahn <[EMAIL PROTECTED]> writes: >> Really? Apple's version works just fine for me. > I am using the "Panther" version of OS X and there there is only a > /usr/include/histedit.h there are no readline-related headers supplied > with the OS and the emulation function does not exist in

Re: [BUGS] BUG #2674: libedit not detected

2006-10-04 Thread Tom Lane
Bob Friesenhahn <[EMAIL PROTECTED]> writes: > Actually, it does. The current version of libedit > (http://www.thrysoee.dk/editline/) does not provide a history.h > header. Well, that was a pretty silly decision on their part ... are they just trying to tick off people who are supporting both re

Re: [BUGS] BUG #2674: libedit not detected

2006-10-04 Thread Tom Lane
"Bob Friesenhahn" <[EMAIL PROTECTED]> writes: > libedit-20060829-2.9 was installed to /usr/local. > Configure was executed like: > LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql' > '--with-openssl' '--enable-thread-safety' '--with-pam' '--with-python' > '--enable-integer-dateti

[BUGS] BUG #2674: libedit not detected

2006-10-04 Thread Bob Friesenhahn
The following bug has been logged online: Bug reference: 2674 Logged by: Bob Friesenhahn Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Apple OS X Description:libedit not detected Details: After carefully removing all traces of GNU read