From: | Michael Teter <mteter(at)1scom(dot)net> |
---|---|
To: | Doug McNaught <doug(at)mcnaught(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: ./configure error - readline library not found |
Date: | 2003-10-24 20:06:47 |
Message-ID: | 3F998657.9060104@1scom.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks much, that was my problem.
For the record, the debian package name (which took me a while to
determine) is:
libreadline4-dev
Thanks again.
MT
Doug McNaught wrote:
> Michael Teter <mteter(at)1scom(dot)net> writes:
>
>
>>Howdy.
>>
>>I looked around for an answer to this, but I was unable to find one
>>that seemed to match my situation. (Incidentally, now I cannot get
>>archives.postgresql.org to respond to my search query...)
>>
>>I'm trying to build 7.3.4 on Libranet2.8.1 (debian). I've built
>>PostgreSQL many times in the past on stock RedHat distros and had no
>>problem.
>
>
> You probably need to install the -devel package for readline.
>
>>I have libreadline4.3-4 installed, and I think the relevant library
>>file is /lib/libreadline.so.4
>
>
> This is the runtime part of the library, but you need the headers to
> compile, which are in the -devel package.
>
> -Doug
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2003-10-24 20:34:12 | Re: ./configure error - readline library not found |
Previous Message | Doug McNaught | 2003-10-24 19:42:01 | Re: ./configure error - readline library not found |