From: | mail2stern(at)gmx(dot)net (Stefan Stern) |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | readline.h and history.h configure error |
Date: | 2002-11-01 10:40:09 |
Message-ID: | ac80efa6.0211010240.6b43e22f@posting.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi all,
I'm trying to get 'readline' and 'history' support for the PostgreSQL
shell.
Working in psql without all the bash features (like auto completion
etc.) is very nasty.
I receive the following error by configuring PostgreSQL:
".....
checking for netinet/tcp.h... yes
checking whether string.h and strings.h may both be included...
(cached) yes
checking for readline/readline.h... (cached) no
checking for readline.h... (cached) no
checking for readline/history.h... (cached) no
checking for history.h... (cached) no
....."
The two files readline.h and history.h are in ' /usr/include/readline/
' and softlinked inside ' /usr/include ' as well.
The netinet/tcp.h lives in ' /usr/include/ ' too and the configure
script likes it.
Where is the error?
Is there a central index for all header files, where tcp.h is included
and readline.h is not?
By the way: What means "(cached)"?
Or is there a bug in the PostgreSQL 7.2.3 configure script ?
Many thanks for any suggestions!
Regards,
Stefan Stern
From | Date | Subject | |
---|---|---|---|
Next Message | am | 2002-11-01 10:43:48 | Cursors: getting the number of tuples; moving backwards |
Previous Message | Jens-Christian Skibakk | 2002-11-01 10:19:02 | Re: limit |