installing with readline

From: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: installing with readline
Date: 2002-12-12 16:12:25
Message-ID: 73309C2FDD95D11192E60008C7B1D5BB04C74392@snt452.corp.bcbsm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Howdy:

Installing PostgreSQL 7.3 on RedHat Linux 7.2.

I'm trying to do an install with readline, but, I keep getting
an error when I run the configure step.

[ snip from config.log ]
configure:5883: result: no
configure:5890: 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.

[ /snip ]

I thought I had it, but, decided to upgrade the readline
RPM just the same.

[snip rpm info]

[root(at)hmp2 postgresql-7.3]# rpm -qa readline
readline-4.3-3

[root(at)hmp2 postgresql-7.3]# rpm -qa readline-devel
readline-devel-4.3-3

[/snip rpm info]

--Then, I figured that I'd put in the path to where readline
--was (first it was just the library then I put in the include path)

[snip from config.log ]
$ ./configure --prefix=/raid/pgsql --enable-multibyte
--with-libraries=/usr/lib
--with-includes=/usr/include/readline --with-perl --enable-odbc
--with-openssl=/usr/bin --with-pam --enable-syslog

[/snip from log]

I'm trying to do a 'make clean' and start over, but, I am seeing a
message saying that I have to run './configure' first.

Any suggestions on how to add this?

Thanks!

-X

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2002-12-12 16:15:05 Re: PostgreSQL idocs
Previous Message Manfred Koizar 2002-12-12 15:50:48 Re: INDEX suggestion needed