Missing Dependencies?

4 posts / 0 new
Last post
#1 Tue, 10/05/2010 - 08:38
rduval

Missing Dependencies?

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?

Tue, 10/05/2010 - 10:46
andreychek

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

Wed, 10/06/2010 - 07:25
rduval

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

Wed, 10/06/2010 - 09:46
andreychek

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

Topic locked