测试环境
linux red hat 5.4
mysql 5.5
在安装mysql的时候 需要 make命令执行编译 但是报错啦
make: *** No targets specified and no makefile found. Stop.
网上找了找 缺这个东西
http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
这个的解释请看下面的连接
http://zh.wikipedia.org/wiki/Ncurses
解压
tar zxvf ncurses-5.6.tar.gz
执行命令
./configure -prefix=/usr/mysql-5.5.34
编译
make
make install