Lighttpd ./configure error configure: error: no acceptable C compiler found in $PATH

作者: 站长 上传时间: 浏览: N/A 下载: N/A 格式: N/A 评分: N/A

Error message:

configure: error: no acceptable C compiler found in $PATH

how to deal with it ? u should install gcc package

yum install gcc -y

But i suggest u using this below

yum -y install gcc gcc-c++ autoconf automake zlib zlib-devel pcre-devel zip unzip;yum -y install libtool;yum -y install bzip2-*

Leave a Comment