[root@localhost ~]#ls
anaconda-ks.cfg install.log.syslog mysql-5.5.17
install.log localrepo mysql-5.5.17.tar.gz
[root@localhost ~]#cd mysql-5.5.17
[root@localhost mysql-5.5.17]#ls
BUILD COPYING libmysqld regex tests
BUILD-CMAKE dbug libservices scripts unittest
client Docs man sql VERSION
cmake extra mysql-test sql-bench vio
CMakeLists.txt include mysys sql-common win
cmd-line-utils INSTALL-SOURCE packaging storage zlib
config.h.cmake INSTALL-WIN-SOURCE plugin strings
configure.cmake libmysql README support-files
[root@localhost mysql-5.5.17]#./configure --prefix=/usr/local/mysql --sysconfdir=/etc --localstatedir=/var/lib/mysql
-bash: ./configure: 没有那个文件或目录
[root@localhost mysql-5.5.17]#
这里的“-bash: ./configure: 没有那个文件或目录”是什么回事?
相思爱文 于 2011-11-12 00:43:29发表:
读README文件,里面应该说明安装方法