You must install libldns-dev to build mod_enum
During the install FreeSWITCH on CentOS (Centos/RHEL 6.4 and 6.5, 6.6) you may getting an error:
“You must install libldns-dev to build mod_enum. Stop.”
yum install libldns-dev can’t help:
No package libldns-dev available
Error: Nothing to do
The EPEL repo is required for dependency retrieval through yum
First you will need to install EPEL repos:
yum install -y epel-release
and then:
yum install ldns-devel libidn-devel unbound-devel