0

cannot compile : /readline.h: No such file or directory

Hi, When i was try to install a package by compiling from it' s source code on my centos machine i got the error

like below, please help

/readline.h: No such file or directory
CentOS Linux Add a comment
ceriaimmaculate
asked Mar 27 2018

Answer

0

It's seems you are missing the package, use the below command to install it

yum install readline-devel
Add a comment
parthiban
asked Mar 27 2018
edited Oct 05 2018
Post your Answer