Linux-Noob Forums
MySQL ./configure error - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Debian (https://www.linux-noob.com/forums/forum-97.html)
+--- Thread: MySQL ./configure error (/thread-3393.html)



MySQL ./configure error - halpern - 2004-05-11


After extracting mysql, moving it into /usr/local/src, cding into it and then doing :

 

./configure --prefix=/usr/local/mysql \--localstatedir=/usr/local/mysql/data \--disable-maintainer-mode \--with-mysqld-user=mysql \--enable-large-files \--without-comment \--without-debug \--without-docs \--without-bench

 

 

i get the following error: (not allowing me to complete configure)

 

checking for termcap functions library... configure: error: No curses/termcap library found

 

i tried doing apt-get intsall termcap-compat but that didnt work. I still receieved the error. Any assistance is greatly appreciated. Thanks!




MySQL ./configure error - hijinks - 2004-05-11

apt-get the ncurses and also any lib/devel packages that go along with it



MySQL ./configure error - halpern - 2004-05-11

ty for the help..everything works well.