Teunis Peters wrote:
> This has to do with building postgresql-8.0.3
>
> I'm installing on a MacOSX system (10.3) and configure's failing to
> find the readline installation.
>
Installing the vanilla readline library from source now works great on 10.3.
If you first install this using the standard ./configure && make && sudo
make install :
ftp://ftp.gnu.org/gnu/readline/readline-5.0.tar.gz
then your postgresql compile should work fine.
-Kevin murphy