CentOS下安装mysql,make时错误make[1]: Nothing to be done for `all'.不好意思,财富值不够了!望各位大神帮助,在此谢谢了!系统已安装samba[root@CentOS ~]# rpm -qa | grep samba samba-winbind-3.6.9-151.el6.i686samba-common-3.6.9

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/20 07:31:56
CentOS下安装mysql,make时错误make[1]: Nothing to be done for `all'.不好意思,财富值不够了!望各位大神帮助,在此谢谢了!系统已安装samba[root@CentOS ~]# rpm -qa | grep samba samba-winbind-3.6.9-151.el6.i686samba-common-3.6.9

CentOS下安装mysql,make时错误make[1]: Nothing to be done for `all'.不好意思,财富值不够了!望各位大神帮助,在此谢谢了!系统已安装samba[root@CentOS ~]# rpm -qa | grep samba samba-winbind-3.6.9-151.el6.i686samba-common-3.6.9
CentOS下安装mysql,make时错误make[1]: Nothing to be done for `all'.
不好意思,财富值不够了!望各位大神帮助,在此谢谢了!
系统已安装samba
[root@CentOS ~]# rpm -qa | grep samba
samba-winbind-3.6.9-151.el6.i686
samba-common-3.6.9-151.el6.i686
samba-winbind-clients-3.6.9-151.el6.i686
源文件复制到与windows共享以为的目录
[root@CentOS CentOS_6.4]# cp mysql-5.1.58.tar.gz /usr/local/src
[root@CentOS mysql-5.1.58]# ./configure --prefix=/usr/local/mysql --localstatedir=/data/mysql_db --with-extra-charsets=all \
> --with-pthread --enable-thread-safe-client --with-readline
[root@CentOS mysql-5.1.58]# make
...
make[2]: Leaving directory `/usr/local/src/mysql-5.1.58/server-tools/instance-manager'
make[1]: Leaving directory `/usr/local/src/mysql-5.1.58/server-tools'
Making all in win
make[1]: Entering directory `/usr/local/src/mysql-5.1.58/win'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/mysql-5.1.58/win'

CentOS下安装mysql,make时错误make[1]: Nothing to be done for `all'.不好意思,财富值不够了!望各位大神帮助,在此谢谢了!系统已安装samba[root@CentOS ~]# rpm -qa | grep samba samba-winbind-3.6.9-151.el6.i686samba-common-3.6.9
make clean 再试