|
如题
我们的系统管理员在机房 机房在另一个城市
他安装的时候没有按我的要求选中Development Tools
导致我编译安装mysql等工具时提示如下:
[root@localhost mysql-5.1.37]# ./configure --sysconfdir=/etc
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)... yes
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 `/usr/local/src/mysql-5.1.37':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
大致是提示缺少编译工具吧
请教了
谢谢大侠们 |
|