Yum Error Need Help

When I do a yum update i get this…

[root@PBX /]# yum update
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile

  • Webmin: download.webmin.com
  • epel: mirror.steadfast.net
    Setting up Update Process
    Resolving Dependencies
    → Running transaction check
    —> Package asterisk11.i686 0:11.10.2-1.shmz65.1.7 will be updated
    —> Package asterisk11.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package asterisk11-addons-bluetooth.i686 0:11.10.2-1.shmz65.1.7 will be upd ated
    —> Package asterisk11-addons-bluetooth.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package asterisk11-addons-core.i686 0:11.10.2-1.shmz65.1.7 will be updated
    —> Package asterisk11-addons-core.i686 0:11.10.2-2.shmz65.1.8 will be an updat e
    —> Package asterisk11-addons-ooh323.i686 0:11.10.2-1.shmz65.1.7 will be update d
    —> Package asterisk11-addons-ooh323.i686 0:11.10.2-2.shmz65.1.8 will be an upd ate
    —> Package asterisk11-core.i686 0:11.8.1-45_centos6 will be updated
    —> Package asterisk11-core.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package asterisk11-curl.i686 0:11.8.1-45_centos6 will be updated
    —> Package asterisk11-curl.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package asterisk11-dahdi.i686 0:11.10.2-1.shmz65.1.7 will be updated
    —> Package asterisk11-dahdi.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package asterisk11-odbc.i686 0:11.8.1-45_centos6 will be updated
    —> Package asterisk11-odbc.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package asterisk11-voicemail.i686 0:11.10.2-1.shmz65.1.7 will be updated
    —> Package asterisk11-voicemail.i686 0:11.10.2-2.shmz65.1.8 will be an update
    —> Package libresample.i686 0:0.1.3-4_centos6 will be updated
    → Processing Dependency: libresample.so.1.0 for package: asterisk11-core-11.10 .2-2.shmz65.1.8.i686
    —> Package libresample.i686 0:0.1.3-12.el6 will be an update
    → Finished Dependency Resolution
    Error: Package: asterisk11-core-11.10.2-2.shmz65.1.8.i686 (pbx)
    Requires: libresample.so.1.0
    Removing: libresample-0.1.3-4_centos6.i686 (@pbx)
    libresample.so.1.0
    Updated By: libresample-0.1.3-12.el6.i686 (epel)
    Not found
    You could try using --skip-broken to work around the problem
    You could try running: rpm -Va --nofiles --nodigest
    [root@PBX /]#

Help!

Is this a FreePBX Distro install? If it is why are you running a yum update rather than use the upgrade scripts?

If your system is a FreePBX Distro (it’s what I guess but you didn’t provide us with any detail) I think you messed up the official FreePBX Distro packages’ repositories (among them there is the one that should provide the libresample RPM package so satifying the requested dependency of Asterisk Core).

Check your FreePBX Repositories by verifying the content of your /etc/yum.repos.d/FreePBX.repo file (if any).

By the way, @alan is correct: if you have a FreePBX Distro you should wait for the update script to be officially released and you should use only the FreePBX Distro official repositories list (FreePBX.repo) to avoid (such) issues.