Re: readline library not found

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Mead <scott(dot)lists(at)enterprisedb(dot)com>
Cc: zhong ming wu <mr(dot)z(dot)m(dot)wu(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: readline library not found
Date: 2010-04-16 14:36:10
Message-ID: 8840.1271428570@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Mead <scott(dot)lists(at)enterprisedb(dot)com> writes:
> Huh? This I find hard to believe. Whenever I've had problems with readline
> it was actually libtermcap that was giving me a headache. Are you sure that
> there's nothing in there that's pointing you to your libtermcap being ....
> 'wonky'

I think he's confusing what happens at compile and link time (where -I
and -L do make a difference) with what happens at run time (where these
switches do *not* make a difference, at least not on Linux).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2010-04-16 14:48:18 partitioned lookup table?
Previous Message Tom Lane 2010-04-16 14:34:12 Re: Tuple storage overhead