mysql安装问题

mysql安装问题

[root@localhost mysql-max-4.1.12-pc-linux-gnu-i686]# ls

bin        COPYING  docs               include         lib  mysql-test  scripts  sql-bench      tests
configure  data     EXCEPTIONS-CLIENT  INSTALL-BINARY  man  README      share    support-files

[root@localhost mysql-max-4.1.12-pc-linux-gnu-i686]#./configure --prefix=/usr/local/mysql --with-mysqld-user=snow --with-extra-charsets=all --with-unix-socket-path=/usr/local/mysql/var/mysql.sock

然后执行这句话

出现提示:STOPPING server from pid file /root/mysql-max-4.1.12-pc-linux-gnu-i686/data/localhost.localdomain.pid
050526 09:54:06  mysqld ended


[root@localhost mysql-max-4.1.12-pc-linux-gnu-i686]# make

make: *** No targets specified and no makefile found.  Stop.
怎么会这样的啊
是我源码下的不对吗?      
你的源码是对的,

这个版本应该是免安装的版本, 设置一下环境变量就可以用了.      
怎么说,能指点一下吗?      
还是下一个普通源码包吧,保险点。      
ln -s /path/to/mysql-max-4.1.12-pc-linux-gnu-i686 /usr/local/mysql

ln -s /path/to/mysql-max-4.1.12-pc-linux-gnu-i686/include  /usr/include/mysql
ln -s /path/to/mysql-max-4.1.12-pc-linux-gnu-i686/lib  /usr/lib/mysql
修改 /etc/profile , 在 export PATH ..&*^&&%&.. 前加入
PATH=$PATH:/usr/local/mysql/bin