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

Error message:

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

how to deal with it ? u should install gcc package

1
yum install gcc -y

But i suggest u using this below

1
yum -y install gcc gcc-c++ autoconf automake  zlib zlib-devel pcre-devel zip unzip;yum -y install libtool;yum -y install bzip2-*
原文链接:https://xiaohost.com/2606.html,转载请注明出处。
0

评论0

请先