I am trying to compile MySQL on a machine. The OS is linux. I am following the directions I found on a website. http://www.brtnet.org/linux/lampssl.htm.

The source files are in the directory /usr/local/src/mysql-4.0.16.
When I run the ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/date --disable-maintainer-mode --with-mysqld-user=mysql --with-unix-socket-path=/tmp/mysql.sock --without-comment --with-low-memory The script fails with the message configure: error: No termcap/curses library found. I confirmed that the relevant packages had been installed after looking on the web to see what was missing.


My question is what is the name of the library and is the script complaining that the library is not in the directory /curses/termcap?

Any help would be greatly appreciated.


Andrew



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to