no acceptable C compiler found in $PATH 解决办法
今天给服务器安装pure-ftpd-1.0.22,configure的时候就遇到了这个问题:
no acceptable C compiler found in $PATH
因为是centos linux,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:
# yum -y install gcc
安装更新了如下几个组件:
gcc 4.1.2-44.el5
binutils 2.17.50.0.6-9.el5
cpp 4.1.2-44.el5
glibc-devel 2.5-34.el5_3.1
glibc-headers 2.5-34.el5_3.1
kernel-headers 2.6.18-164.el5
libgomp 4.3.2-7.el5
via.http://blog.is36.com/pack_gcc/
configure: error: no suitable flex found. Please install the 'flex' package. 解决办法
yum -y install flex
Installed: flex.i386 0:2.5.4a-41.fc6
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。