I'm trying to install Asterisk 1.8 on an Amazon Linux Server (2015.09).
sudo yum install asterisk
This results in the following errors:
Error: Package: libresample-0.1.3-12.el6.x86_64 (epel)
Requires: libsndfile.so.1(libsndfile.so.1.0)(64bit)
Error: Package: asterisk-1.8.32.3-1.el6.x86_64 (epel)
Requires: libgsm.so.1()(64bit)
Error: Package: libresample-0.1.3-12.el6.x86_64 (epel)
Requires: libsndfile.so.1()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I tried rpm -Va --nofiles --nodigest
, and then yum again, but that didn't fix it.
So it seems I need libsndfile.so.1
and libgsm.so.1
.
How do I install or fix this, and how can I get Asterisk installed?