Re: Figured it out (psql and Gnu readline)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erich <hh(at)cyberpass(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Figured it out (psql and Gnu readline)
Date: 2000-07-12 23:55:50
Message-ID: 25883.963446150@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Erich <hh(at)cyberpass(dot)net> writes:
> Following some sugestions on this group, I figured out the problem.
> First, there is no history.h with readline 4.1. There's
> readline/history.h. So I modified Makefile.global to include that
> file. Also, I had to edit config.h, with several tweaks to various
> defines. I had to tell it that there is no history.h, but there is a
> readline/history.h. I had to put in that there is no history function
> in libreadline, and it must also use libhistory. Etc.

configure is supposed to handle all that for you ... if it failed
to find the right location of libreadline and associated includes
then the question is why. You sure you ran configure after installing
the include files?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Holmes 2000-07-13 00:08:54 Re: Triggers with arguments
Previous Message Erich 2000-07-12 23:41:54 Figured it out (psql and Gnu readline)