Just a guess, but you might have to add "--with-ncurses=/usr" so that you
provide the basedir for the curses package.

Do a ./configure --help  and it will list the options.  I
believe --with-curses or --with-ncurses is one of them.

Also, I think there is supposed to be a libncurses.so and libtermcap.so
without a version number and its usually a symlink the the real file (with a
version number).  You'll want to look at the libs you found to distinguish
which are symlinks, and when you find the latest version of the library
(like libncurses.so.5.2) you can symlink libncurses.so to it.  Likewise with
the libtermcap.

Byron

----- Original Message -----
From: "Bill Tangren" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 4:59 PM
Subject: configure error: no curses/termcap library found


> I am running Redhat Linux 7.0 (kernel version 2.2.17-14) on a Pentium II,
> and I loaded the source for mysql version 3.23.38. When I run
>
> ./configure --prefix=/usr/local/mysql
>
> (as it says to do in the documentation), I get the error listed as the
> subject of this mailing. When doing a search for curses I find
>
> /usr/lib/libncurses.so.4
> /usr/lib/libncurses.so.4.0
> /usr/lib/libncurses.so.5
> /usr/lib/libncurses.so.5.2
>
> When searching for termcap, I find
>
> /lib/libtermcap.so.2
> /lib/libtermcap.so.2.0.8
>
> What am I doing wrong?
>
> Thanks,
>
> Bill Tangren
> bjt[AT]usno.navy.mil
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to