Readline lib configure error. Help - Mailing list pgsql-bugs

From Roman Avdeenko
Subject Readline lib configure error. Help
Date
Msg-id 400EABCE.1060608@ih.net.ua
Whole thread Raw
Responses Re: Readline lib configure error. Help
Re: Readline lib configure error. Help
List pgsql-bugs
Hi!
Use RH Linux90.
Try configure postgresql-7.4.1

Type ./configure

Error is
checking for readline... no
configure: error: readline library not found
If you have readline 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 readline support.

But I want use readline

This is config.log

configure:5999: checking for readline
configure:6036: gcc -o conftest -O2 -fno-strict-aliasing -g
-D_GNU_SOURCE    conftest.c -lreadline -lcrypt -lresolv -lnsl -ldl -lm
-lbsd
 >&5/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetnum'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgoto'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetflag'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `BC'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tputs'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `PC'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetent'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `UP'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetstr'
collect2: ld returned 1 exit status

Have installed readline-4.3-5, readline41-4.1-16, readline-devel-4.3-5
Thank you.

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1058: unexpected output when using timezone() and to_char()
Next
From: Tom Lane
Date:
Subject: Re: BUG #1058: unexpected output when using timezone() and to_char()