Re: [ADMIN] Readline library - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [ADMIN] Readline library
Date
Msg-id 199906231547.LAA16416@candle.pha.pa.us
Whole thread Raw
In response to Readline library  (Bob Kruger <bkruger@mindspring.com>)
List pgsql-general
> ./configure --with-odbc --with-perl --with-libs=/usr/lib
>
> Caputring the output still shows that configure is not picking up the
> readline or history libraries.
>
> Has anyone who is running slakware gotten this feature to work properly?
>
> Thanks in advance for any assistance.
>
> Regards - Bob Kruger

You need to point to the directory containing readline.h and
libreadline.a, like this:

        --with-includes="/usr/local/include/readline" \
        --with-libraries="/usr/local/lib /usr/contrib/lib"


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: A James Lewis
Date:
Subject: Re: [GENERAL] Readline library
Next
From: "abdelkrim"
Date:
Subject: insert into view !!