[EMAIL PROTECTED] wrote:
Ok, I finally got a src version of MySQL that worked.  Now, i've got another
problem. I FINALLY found this "termcap" library, I guess it's part of Emacs.
SO, I
installed Emacs. I even checked that termcap.c was in the /src directory.
Now, I still get this error when configuring MySQL: "checking for termcap
functions library...
configure: error: No curses/termcap library found"

p.s. I'm using 3.23.51 (all the .54 srces I found dont work)
Depending on your linux distro (assuming you are using linux), you need to either find the package or compile the source for the ncurses library. On Debian, this would be something like, libncurses5-dev. termcap is a rather obsolete method for doing console screen functions, it is the ncurses library that you need to find and install, one way or another.
--
Kevin


---------------------------------------------------------------------
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