PGSQL 9.6.2 unable to find readline

From: John Iliffe <john(dot)iliffe(at)iliffe(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: PGSQL 9.6.2 unable to find readline
Date: 2017-03-07 20:38:59
Message-ID: 201703071538.59129.john.iliffe@iliffe.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Trying to compile pgsql 9.6.2 on Fedora 25

I get the following message:

configure:9345: error: readline library not found
If you have readline already installed, see config.log for details on the
Use --without-readline to disable readline support.
pgac_cv_check_readline=no

libreadline does exist:

[John(at)prod04 postgresql-9.6.2]$ rpm -qv readline
readline-6.3-8.fc24.x86_64

Other relevant info:
gcc 6.3.1

command line:
../configure --prefix=/usr/postgres-9.6.2 --with-openssl --with-
libraries=/usr/lib64

libreadline is in /usr/lib64

ls -l /usr/lib64/libread*
lrwxrwxrwx. 1 root root 18 Feb 4 2016 /usr/lib64/libreadline.so.6 ->
libreadline.so.6.3
-rwxr-xr-x. 1 root root 296072 Feb 4 2016 /usr/lib64/libreadline.so.6.3

This is similar to other posts regarding pgsql 9.3 in the archive but has
anyone found the cause yet?

Thanks.

John

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2017-03-07 20:46:42 Re: Feature request - psql --quote-variable
Previous Message Pavel Stehule 2017-03-07 20:29:11 Re: Feature request - psql --quote-variable