mysql - make: *** No rule to make target `intall'. Stop.
ringa_lee
ringa_lee 2017-04-17 13:53:58
0
1
743

在Centos7中,已经安装好了Apache;在安装Mysql(版本5.7.11)的过程中:


cmake -DCMAKE_INSTALL_PREFIX=/root/mysql -DMYSQL_DATADIR=/root/mysql/data -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci -DMYSQL_TCP_PORT=3306 -DMYSQL_USER=mysql -DWXTRA_CHARSETS=all -DENABLED_LOCAL_INFILE=1 -DDOWNLOAD_BOOST=1 -DWITH_BOOST=/root/boost_1_59_0
make && make install  

出现错误:

make: *** No rule to make target `intall'.  Stop. 

怎么解决呢?

题外话:安装的进度(从0%到100%)持续了三个小时左右;

新问题:

新问题:

ringa_lee
ringa_lee

ringa_lee

reply all(1)
PHPzhong

Check whether you have typed make install

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!