返回列表 发帖

[安装] 源代码安装mysql编译出错,求解!

CentOS6.0系统下安装mysql,用root账号登陆,mysql解压文件在桌面,已经安装好cmakegccgcc-c++ncurseslibncursesncurses-devellibtoolzlib包,#./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'

没人知道是什么原因吗?

TOP

去终端下操作吧
ps:尽量不要在xwin下编译
~助人乃快乐之本~

TOP

回复 5# colin


    是在【终端】下操作的。

TOP

没有人能解答我的问题吗???

TOP

没有人能解答我的问题吗???
eagle_zhi 发表于 2011-12-26 12:03



已经告诉你了,为啥不听?
~助人乃快乐之本~

TOP

返回列表