Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

error: 

Code Block

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

solution:

Code Block

yum install gcc-c++

error: 

Code Block

configure: error: readline library not found

solution:

Code Block

yum install readline-devel.x86_64

error: 

Code Block

configure: error: zlib library not found

solution:

Code Block

yum install zlib.x86_64 zlib-devel.x86_64