Unable to configure libedit dev package missing

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

Is it possible you have a typo? I’m seeing “libedit-devel” on my CentOS 7 system. (You spelled it “lebedit-devel” once in your post above.

[root@myserver ~]# yum list libedit-devel
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.advancedhosters.com
 * epel: iad.mirror.rackspace.com
 * extras: mirrors.advancedhosters.com
 * remi-php56: repo1.ash.innoscale.net
 * remi-safe: repo1.ash.innoscale.net
 * rpmfusion-free-updates: mirror.math.princeton.edu
 * rpmfusion-nonfree-updates: mirror.math.princeton.edu
 * updates: mirrors.advancedhosters.com
Installed Packages
libedit-devel.x86_64                3.0-12.20121213cvs.el7                 @base
Available Packages
libedit-devel.i686                  3.0-12.20121213cvs.el7                 base

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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.