From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: readline configure error again |
Date: | 2003-01-20 18:02:57 |
Message-ID: | 20030120130257.A18114@mail.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Jan 20, 2003 at 05:59:26PM +0100, mike wrote:
> Hi again,
>
> I show more about the error when configuring.
>
> this is the message I get when running the "./configure" command.
>
> 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.
It doesn't know where to find your readline headers and libraries.
If you are compiling on a system with various packages (like RPM,
.deb, whatever), you probably need to install the development version
(it has the headers).
If you compiled and installed yourself, you might want to use the
--with-includes and --with-libs directives.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2003-01-20 18:05:21 | Re: Is there a good way to make the database server send e-mail? |
Previous Message | Tim Frank | 2003-01-20 18:02:37 | Re: Altering a table - positioning new columns |