+ -
当前位置:首页 → 问答吧 → 安装linux mysql失败

安装linux mysql失败

时间:2011-06-01

来源:互联网

本帖最后由 菜鸟生涯 于 2011-6-1 14:59 编辑

linux 系统下安装mysql失败,在提取文件时提示:

[root@localhost mysql-5.1.34]# ./configure --prefix=/123/mysql
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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... ye
checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8
checking whether to compile national Unicode collations... yes
checking for doxygen... no
checking for pdflatex... no
checking for makeindex... no
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 cl.exe... no
configure: error: in `/1234/mysql-5.1.34':configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
该如何解决,望各位大侠指教
根本就没法下一步

作者: 菜鸟生涯   发布时间: 2011-06-01

checking for gcc... no

没装gcc, 怎么编译啊...

作者: age   发布时间: 2011-06-01

多谢,这个问题已经解决了

作者: 菜鸟生涯   发布时间: 2011-07-09