> ./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
  [EMAIL PROTECTED]            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to