Readline lib configure error. Help

From: Roman Avdeenko <rav(at)ih(dot)net(dot)ua>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Readline lib configure error. Help
Date: 2004-01-21 16:41:50
Message-ID: 400EABCE.1060608@ih.net.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-01-21 17:18:42 Re: BUG #1058: unexpected output when using timezone() and to_char()
Previous Message PostgreSQL Bugs List 2004-01-21 15:39:10 BUG #1058: unexpected output when using timezone() and to_char()