I have been unable to ./configure asterisk as at the end I keep getting
configure: error: *** Please install the ‘libedit’ development package.
I have tried yum install lebedit-devel but that returns a not found error. Any help would be appreciated on this. I am running CentOS 7 and asterisk 16.6.2
Thank you
EDIT December 4 2019
I got it to work by adding PowerTools repo.
Command: dnf config-manager --set-enabled PowerTools
Once I did that, I was able to run: yum instal libedit-devel
Thank you for you help
Thank you jsmith. It was just a typo in this post . Any clues as to why this might be happening? Thanks in advance.
EDIT: I edited my response above with a solution.