商务合作加Q:411239339

CentOS 5、6中常见组件缺失解决办法

浏览:267次阅读
没有评论

共计 1033 个字符,预计需要花费 3 分钟才能阅读完成。

1.Configure: error: xml2-config not found. Please check your libxml2 installation.

#yum install libxml2 libxml2-devel

2.configure: error: Cannot find OpenSSL’s <evp.h>

#yum install openssl openssl-devel

3.Configure: error: Please reinstall the BZip2 distribution

# yum install bzip2 bzip2-devel

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

# yum install curl curl-devel

5.Configure: error: libjpeg.(a|so) not found

# yum install libjpeg libjpeg-devel

6.Configure: error: libpng.(also) not found.

# yum install libpng libpng-devel

7.Configure: error: freetype.h not found.

#yum install freetype-devel

8.Configure: error: Unable to locate gmp.h

# yum install gmp-devel

9.Configure: error: Please reinstall the ncurses distribution

# yum install ncurses ncurses-devel

10.Configure: error: Cannot find pspell

# yum install pspell-devel

11.Configure: error: mcrypt.h not found. Please reinstall libmcrypt.

# yum install libmcrypt libmcrypt-devel

12.Configure: error: snmp.h not found. Check your SNMP installation.

# yum install net-snmp net-snmp-devel

13.Configure: error: Cannot find ldap.h

# yum install openldap-devel

 

正文完
扫码赞助
post-qrcode
 0
果子
版权声明:本站原创文章,由 果子 于2014-08-28发表,共计1033字。
转载说明:除特殊说明外本站文章皆由果较瘦原创发布,转载请注明出处。
评论(没有评论)