From: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | Payal Rathod <payal(at)hotpop(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: readline |
Date: | 2002-12-27 08:53:12 |
Message-ID: | 1040979191.1226.6.camel@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 2002-12-27 at 08:39, Payal Rathod wrote:
> Hi,
> I am trying to install postgresql 7.3.1 on Linux Mdk 9.0. But when I run
> ./configure I get,
>
> 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.
>
> I tried to locate the libreadline and found them at,
> /lib/libreadline.so.4@ /lib/libreadline.so.4.2@
> /lib/libreadline.so.4.1@ /lib/libreadline.so.4.3
Those look like the runtime libraries. You want one called
libreadline.so.
> So I againn ran ./configure as,
> ./configure --with-includes=/lib --with-libraries=/lib
> but still the same error.
It looks for libraries in /lib anyway. I would expect the include files
to be in /usr/include/readline
> What is going wrong? Can anyone guide me in this?
You need to install the readline development package, with the include
files and development library. Since I'm a Debian user, I don't know
what it would be called...
--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"For the wages of sin is death; but the gift of God is
eternal life through Jesus Christ our Lord."
Romans 6:23
From | Date | Subject | |
---|---|---|---|
Next Message | Horak Daniel | 2002-12-27 10:23:12 | Re: tools for design |
Previous Message | Payal Rathod | 2002-12-27 08:39:31 | readline |