CentOS6.0系统下安装mysql,用root账号登陆,mysql解压文件在桌面,已经安装好cmake、gcc、gcc-c++、ncurses、libncurses、ncurses-devel、libtool、zlib包,#./configure --prefix=/usr/local/mysql没有任何问题,在make编译时报错: #make make[2] eaving directory /root/桌面/mysql-5.1.48/server-tools/instance-manager make[1]: Leaving directory /root/桌面/mysql-5.1.48/server-tools Making all in win make[1]: Entering directory /root/桌面/mysql-5.1.48/win make[1]: Nothing to be done for `all'. make[1]: Leaving directory /root/桌面/mysql-5.1.48/win make install安装时错误: #make install make[2]: Leaving directory /root/桌面/mysql-5.1.48/sql-bench' make[1]: Leaving directory /root/桌面/mysql-5.1.48/sql-bench' Making install in server-tools make[1]: Entering directory /root/桌面/mysql-5.1.48/server-tools' Making install in . make[2]: Entering directory /root/桌面/mysql-5.1.48/server-tools' make[3]: Entering directory s/root/桌面/mysql-5.1.48/server-tools' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/桌面/mysql-5.1.48/server-tools' make[2]: Leaving directory `/root/桌面/mysql-5.1.48/server-tools' Making install in instance-manager make[2]: Entering directory `/root/桌面/mysql-5.1.48/server-tools/instance-manager' make[3]: Entering directory `/root/桌面/mysql-5.1.48/server-tools/instance-manager' test -z "/mysql/libexec" || /bin/mkdir -p "/mysql/libexec"
/bin/sh ../../libtool --preserve-dup-deps
--mode=install /usr/bin/install -c 'mysqlmanager'
'/mysql/libexec/mysqlmanager'
libtool: install: /usr/bin/install -c mysqlmanager /mysql/libexec/mysqlmanager make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/桌面/mysql-5.1.48/server-tools/instance-manager' make[2]: Leaving directory `/root/桌面/mysql-5.1.48/server-tools/instance-manager' make[1]: Leaving directory `/root/桌面/mysql-5.1.48/server-tools' Making install in win make[1]: Entering directory `/root/桌面/mysql-5.1.48/win' make[2]: Entering directory `/root/桌面/mysql-5.1.48/win' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/桌面/mysql-5.1.48/win' make[1]: Leaving directory `/root/桌面/mysql-5.1.48/win' |