Re: [ADMIN] Readline library

Bruce Momjian <maillist@candle.pha.pa.us>

From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Bob Kruger <bkruger@mindspring.com>
Cc: pgsql-admin@postgreSQL.org, pgsql-general@postgreSQL.org
Date: 1999-06-23T15:47:05Z
Lists: 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