From: | "Bob Friesenhahn" <bfriesen(at)simple(dot)dallas(dot)tx(dot)us> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #2674: libedit not detected |
Date: | 2006-10-03 20:43:18 |
Message-ID: | 200610032043.k93KhIa2056696@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2674
Logged by: Bob Friesenhahn
Email address: bfriesen(at)simple(dot)dallas(dot)tx(dot)us
PostgreSQL version: 8.1.4
Operating system: Apple OS X
Description: libedit not detected
Details:
After carefully removing all traces of GNU readline from the system,
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-datetimes'
The configure run terminates with:
checking editline/readline.h usability... yes
checking editline/readline.h presence... yes
checking for editline/readline.h... yes
checking editline/history.h usability... no
checking editline/history.h presence... no
checking for editline/history.h... no
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
configure: error: history header not found
If you have libedit already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper
directory.
Use --without-readline to disable libedit support.
The libedit package does not provide a history.h header file.
It is valuable for PostgreSQL to support libedit since it is BSD licensed
while GNU readline is GPL licensed.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-10-03 20:48:09 | Re: BUG #2658: Query not using index |
Previous Message | Graham Davis | 2006-10-03 20:32:24 | Re: BUG #2658: Query not using index |