background image

错误:configure: error: Cannot find OpenSSL's <evp.h> 

解决:yum install openssl openssl-devel 

错 误 : configure:   error:   Please   reinstall   the   libcurl   distribution   -easy.h   should   be   in   <curl-
dir>/include/curl/ 

解决:yum install curl curl-devel 

错误:configure: error: Cannot find ldap.h 

解决:yum install openldap openldap-devel 

错误:configure: error: libjpeg.(a|so) not found 

解决:yum install libjpeglibjpeg -devel 

错误:configure: error: libpng.(a|so) not found. 

解决:yum install libpnglibpng –devel 

错误:onfigure: error: freetype.h not found. 

解决:yum install freetype-devel 

错误:configure: error: cannot find output from lex; giving up 

解决:yum -y install flex