您好,欢迎访问一九零五行业门户网

"no acceptable C compiler found in $PATH"_MySQL

bitscn.com [root@server mysql-5.0.56]# ./configure --prefix=/usr/local/mysql --with-charset=gbk --with-extra-charset=all --enable-thread-safe-client --enable-local-infile --with-low-memory
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a bsd-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(make)... yes
checking character sets... default: gbk, collation: gbk_chinese_ci; compiled in: gbk latin1 utf8
checking whether to compile national unicode collations... yes
checking whether build environment is sane... yes
checking whether make sets $(make)... (cached) yes
checking for gawk... (cached) gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable c compiler found in $path
see `config.log' for more details.
今天在安装mysql时遇到了上面这个问题,解决办法:安装gcc软件套件
 [root@server mysql-5.0.56]# yum install gcc
loaded plugins: fastestmirror
loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: centos.ustc.edu.cn
addons                                                   |  951 b     00:00    
addons/primary                                           |  202 b     00:00    
base                                                     | 1.1 kb     00:00    
base/primary                                             | 961 kb     00:06    
base                                                                  2705/2705
extras                                                   | 2.1 kb     00:00    
extras/primary_db                                        | 171 kb     00:00    
updates                                                  | 1.9 kb     00:00     
..........................................................................................
.................................................................................
................................................................
再次运行上面命令安装mysql即可以正常安装:
[root@server mysql-5.0.56]# ./configure --prefix=/usr/local/mysql --with-charset=gbk --with-extra-charset=all --enable-thread-safe-client --enable-local-infile --with-low-memory
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for a bsd-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(make)... yes
checking character sets... default: gbk, collation: gbk_chinese_ci; compiled in: gbk latin1 utf8
checking whether to compile national unicode collations... yes
checking whether build environment is sane... yes
checking whether make sets $(make)... (cached) yes
checking for gawk... (cached) gawk
.............................................................................................................
..............................................................................................
..............................................................................
本文出自 “300second的蜗居” 博客 bitscn.com
其它类似信息

推荐信息