taxuewuhen 发表于 2005-3-5 18:55:58

请教一个问题:

我下载mysql-4.1.10.tar.gz后执行如下操作:
cd /dove/soft
tar xzvf mysql-4.1.10.tar.gz
cd mysql-4.1.10
./configure --prefix=/usr/local/mysql
出现如下错误:

checking for tcgetattr... yes
checking whether stat file-mode macros are broken... no
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 if struct dirent has a d_namlen member... no
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


请问,这是怎么回事?谢谢指教!

涩兔子 发表于 2005-3-9 08:01:43

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

termcap函数库没有找到,请先安装它 :idea:

请参照MySQL的官方安装文档 :mrgreen:
页: [1]
查看完整版本: 请教一个问题: