+ -
当前位置:首页 → 问答吧 → Ubuntu 下 MySql 输入创建数据库命令之后没有反应,数据库也没有被保存

Ubuntu 下 MySql 输入创建数据库命令之后没有反应,数据库也没有被保存

时间:2010-08-11

来源:互联网

在ubuntu10下安装mysql出现如下问题,急用在线等。。。
查帖子已安装了 libsasl2-dev


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 wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbsrtowcs... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for wctomb... yes
checking for wcwidth... yes
checking for wcsdup... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for termcap functions library... configure: error: No curses/termcap library found
li@li-laptop:/usr/src/mysql-5.0.56$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
li@li-laptop:/usr/src/mysql-5.0.56$

作者: 考鸡蛋   发布时间: 2010-08-11

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

应该还是少东西

建议你从源里安装

作者: lainme   发布时间: 2010-08-11

看提示是少 termcap,参考一下这个帖:http://forum.ubuntu.org.cn/viewtopic.php?f=97&t=44754

作者: TeliuTe   发布时间: 2010-08-11