Not sure if I should asking this here but am quite stuck at the moment.
I wouldn't be the best on Linux but can get around. My issue is with Yum update on my CentOS 6.3 x64 system.
Basically for some reason after installing Murmur (Mumble) it won't let me update - I have a feeling it is to do with one or more of the required packages.
This is what I get when running 'yum update':
yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: ftp.heanet.ie
* epel: ftp.heanet.ie
* extras: ftp.heanet.ie
* updates: centos.weepeetelecom.nl
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package bash-completion.noarch 1:1.3-5.el6 will be updated
---> Package bash-completion.noarch 1:1.3-7.el6 will be an update
---> Package db4-devel.x86_64 0:4.7.25-18.el6_4 will be obsoleted
--> Processing Dependency: db4-devel for package: 4:perl-devel-5.10.1-136.el6.x86_64
Package db4-devel is obsoleted by db53-devel, but obsoleting package does not provide for requirements
---> Package db53-devel.x86_64 0:5.3.21-1ice.el6 will be obsoleting
---> Package mod_python.x86_64 0:3.3.1-14.el6.1 will be updated
---> Package mod_python.x86_64 0:3.3.1-16.el6 will be an update
--> Finished Dependency Resolution
Error: Package: 4:perl-devel-5.10.1-136.el6.x86_64 (@base)
Requires: db4-devel
Removing: db4-devel-4.7.25-18.el6_4.x86_64 (@base)
db4-devel = 4.7.25-18.el6_4
Obsoleted By: db53-devel-5.3.21-1ice.el6.x86_64 (zeroc-ice)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Now I can see two familiar items, based on the install instructions for Murmur:
1 - perl-devel-5.10.1-136.el6.x86_64: I think this relates to epel-release-6-8.noarch.rpm
2 - db53-devel-5.3.21-1ice.el6.x86_64: Which possibly relates to this, zeroc-ice-el6.repo
Would I be on the right track here? If so how would I go about resolving this?
The install instructions are here:
http://mumble.sourceforge.net/Install_CentOS6
- Under the heading: New packages 1.2.4 (x64)
Any help is appreciated, even if I am only pointed in the right direction.
Thanks all.
UPDATE >>
So I tried 'Michael Hampton' solution and all was fine until installing murmur; all I get is the following:
yum install murmur
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: ftp.heanet.ie
* extras: ftp.heanet.ie
* updates: ftp.heanet.ie
Setting up Install Process
No package murmur available.
So then I tried to just install it, and got this:
rpm -ivh https://www.dropbox.com/s/hs0ztzrdy4unn75/mumble-server-1.2.4-1.el6.i686.rpm
Retrieving https://www.dropbox.com/s/hs0ztzrdy4unn75/mumble-server-1.2.4-1.el6.i686.rpm
error: Failed dependencies:
libIce.so.35 is needed by mumble-server-1.2.4-1.el6.i686
libIceUtil.so.35 is needed by mumble-server-1.2.4-1.el6.i686
libQtCore.so.4 is needed by mumble-server-1.2.4-1.el6.i686
libQtDBus.so.4 is needed by mumble-server-1.2.4-1.el6.i686
libQtNetwork.so.4 is needed by mumble-server-1.2.4-1.el6.i686
libQtSql.so.4 is needed by mumble-server-1.2.4-1.el6.i686
libQtXml.so.4 is needed by mumble-server-1.2.4-1.el6.i686
libcap.so.2 is needed by mumble-server-1.2.4-1.el6.i686
libcrypto.so.10 is needed by mumble-server-1.2.4-1.el6.i686
libdns_sd.so.1 is needed by mumble-server-1.2.4-1.el6.i686
libgcc_s.so.1 is needed by mumble-server-1.2.4-1.el6.i686
libgcc_s.so.1(GCC_3.0) is needed by mumble-server-1.2.4-1.el6.i686
libgcc_s.so.1(GLIBC_2.0) is needed by mumble-server-1.2.4-1.el6.i686
libprotobuf.so.6 is needed by mumble-server-1.2.4-1.el6.i686
libssl.so.10 is needed by mumble-server-1.2.4-1.el6.i686
libstdc++.so.6 is needed by mumble-server-1.2.4-1.el6.i686
libstdc++.so.6(CXXABI_1.3) is needed by mumble-server-1.2.4-1.el6.i686
libstdc++.so.6(GLIBCXX_3.4) is needed by mumble-server-1.2.4-1.el6.i686
libz.so.1 is needed by mumble-server-1.2.4-1.el6.i686
qt-sqlite is needed by mumble-server-1.2.4-1.el6.i686
Lastly I tried:
yum --nogpgcheck localinstall mumble-server-1.2.4-1.el6.i686.rpm
On the package itself and the same complaint.
Is it that the murmur install, for YUM, is not linked up on CentOS? It appears that it is Fedora. Sorry I don't know the correct terminology here.