CyberKeeda In Social Media

configure: error: and their fixes for RHEL / CentOS



This post is dedicated to the various config errors that we encounter while compiling any specific software from source code, the application / software may be different.
But their errors and fixes are same for everyone.

Here are some config errors and their fixes.


  • configure: error: mcrypt.h not found. Please reinstall libmcrypt
For RHEL/CENTOS/FEDORA

   #  yum install libmcrypt
    #   yum install  libmcrypt-devel

For Ubuntu
  
   #  sudo apt-get install libmcrypt-dev


   #  sudo apt-get install libmcrypt
  • configure: error: xml2-config not found. Please check your libxml2 installation
For RHEL/CENTOS/FEDORA

   #  yum install libxml2
    #   yum install libxml2-devel

For Ubuntu
  
   #  sudo apt-get install libxml2*

  • configure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/

For RHEL/CENTOS/FEDORA

   #  yum install curl-devel
    #   yum install curl

For Ubuntu
  
   #  sudo apt-get install curl-dev



No comments:

Post a Comment

Designed By Jackuna