|
我下载的是MYSQL 3.23.53,用./configure --prefix=/usr/local/mysql
编译,出现
checking return type of signal handlers... void
checking for type of signal functions... posix
checking whether programs are able to redeclare getpw functions... yes
checking for TIOCGWINSZ in sys/ioctl.h... yes
checking for FIONREAD in sys/ioctl.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking if struct dirent has a d_ino member... yes
checking whether signal handlers are of type void... yes
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: No curses/termcap library found
安装了termcap.rpm和libtermcap后,依然提示这个问题,重新启动也是,不知道什么原因,是不是还有什么包没有装?
我把最后的部分放上来了,请各位帮看看,谢谢!!! |
|