Welcome 微信登录

首页 / 操作系统 / Linux / Linux系统编译安装常见错误处理方法

以下介绍的是一些在Linux系统编译安装环境时常见的一些故障处理方法,这些错误是本人以前在搭建各种环境遇到过的错误,都是一些缺少安装相关组件,并用yum方式解决. ^_^系统:CentOS 5.51.Configure: error: xml2-config not found. Please check your libxml2 installation.#yum install libxml2 libxml2-devel2.configure: error: Cannot find OpenSSL’s <evp.h>#yum install openssl openssl-devel3.Configure: error: Please reinstall the BZip2 distribution# yum install bzip2 bzip2-devel4.Configure: error: Please reinstall the libcurl distribution -easy.h should be in <curl-dir>/include/curl/# yum install curl curl-devel5.Configure: error: libjpeg.(a|so) not found# yum install libjpeg libjpeg-devel6.Configure: error: libpng.(also) not found.# yum install libpng libpng-devel7.Configure: error: freetype.h not found.#yum install freetype-devel8.Configure: error: Unable to locate gmp.h# yum install gmp-devel9.Configure: error: Please reinstall the ncurses distribution# yum install ncurses ncurses-devel10.Configure: error: Cannot find pspell# yum install pspell-devel11.Configure: error: mcrypt.h not found. Please reinstall libmcrypt.# yum install libmcrypt libmcrypt-devel12.Configure: error: snmp.h not found. Check your SNMP installation.# yum install net-snmp net-snmp-devel13.Configure: error: Cannot find ldap.h# yum install openldap-develLinux自动化变量如何在CentOS 5.5上面安装Ruby1.8.7相关资讯      Linux教程 
  • Linux教程:如何在命令行中查看目  (07/28/2014 12:22:23)
  • Linux 修改root密码  (11/03/2012 07:53:38)
  • su - root 与su root的区别  (06/06/2012 00:39:40)
  • Linux进程间通信:消息队列  (01/28/2013 09:43:00)
  • U盘安装Linux开机无法启动解决方法  (10/07/2012 08:55:52)
  • Windows 7/Linux 同步时间  (05/15/2012 06:17:55)
本文评论 查看全部评论 (0)
表情: 姓名: 字数