readline library not found

From: zhong ming wu <mr(dot)z(dot)m(dot)wu(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: readline library not found
Date: 2010-04-16 02:22:06
Message-ID: p2j9e434c4d1004151922kb1859987ib56ca0d2f35ef331@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear List

I need to build a postgres on a linux machine that I don't have root access.

I built readline from source and installed it with prefix of /home/me/local

readline library are in /home/me/local/lib and headers files are in
/home/me/local/include/readline

After explicitly specfying these paths with --with-libs and
with-includes postgres configure is still choking
on readline.

To check that this should work, I disabled readline with
--without-readline and configure chokes at zlib not found.
So I install zlib from source at the same prefix. This time postgres
configure finishes and then successfully built.

reading config.log is not helpful

Now if this solution works for zlib why is it not working for readline?

thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-04-16 02:32:30 Int64GetDatum
Previous Message akp geek 2010-04-16 01:59:54 Re: General Question about database -- redirection