These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Missing Dependencies? on the new forum.
I'm running 3.80GPL. When I run updates it suggests I get:
Error: Missing Dependency: libclamav.so.5(CLAMAV_PUBLIC) is needed by package clamd Error: Missing Dependency: libclamunrar.so.5 is needed by package clamd Error: Missing Dependency: libclamav.so.5 is needed by package clamd Error: Missing Dependency: clamav = 0.94.2-3.el5.art is needed by package clamd Error: Missing Dependency: libclamunrar_iface.so.5 is needed by package clamd Error: Missing Dependency: libclamav.so.5(CLAMAV_PRIVATE) is needed by package clamd
Anyone know how I fix this?
Hmm... I'm not familiar with the version listed in the output above, "0.94.2-3.el5.art". Do you by chance have a third party yum repository enabled? A lot of third party repositories have incompatible packages that will cause errors like the above :-)
My suggest would be to either disable the third party repositories, or to set them up to only bring in the packages you require.
-Eric
I do know that a long time ago I followed some instructions to add a repository to get a newer version of PHP than was available with the standard installation (I need a particular function).
How do I get rid of that or modify it so that it will only update PHP for instance?
Thanks
You can disable the repo by going into /etc/yum.repos.d, editing the new repo you added, and setting the "enabled" option to "0".
After that, if you run a "yum update", it should be able to pull in ClamAV without a problem.
-Eric