Re: No command history in psql

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: No command history in psql
Date: 2002-07-23 15:18:01
Message-ID: 20020723111801.I23294@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On Tue, Jul 23, 2002 at 02:53:10PM +0000, Carmen Wai wrote:
> Hello:
>
> I am upgrading to postgresql version 7.2.1. I found that the psql has not
> included the readline library automatically and doesn't have any readline
> and history command function. So I configure the postgresql with option
> --with-includes=/usr/local/include and --with-libs=/usr/libs/ so that it
> should be able to search for the corresponding library and header files
> (libreadline.a, history.h, readline.h). But it still fails!!!! Does anyone
> get any idea??

What does your output from configure say? I presume it doesn't
detect the relevant libs?

You don't say what sortof architecture you're working on, but if it
happens to be Solaris, there's a gotcha: you need 32-bit libraries to
compile with a 32-bit compiler, and 64-bit libraries to compile with
a 64-bit compiler. I have run into this problem on occasion when I
gave the wrong path to --with-libs and friends.

A

--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-07-23 15:30:46 Re: URGENT! pg_dump doesn't work!
Previous Message Stephan Szabo 2002-07-23 15:11:30 Re: Problem between inheritance and references

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2002-07-23 15:37:23 Re: Editor for pgsql
Previous Message Stephan Szabo 2002-07-23 15:05:59 Re: Queries not using Index