Jan
21
2009
Error: Missing dependency: libevent-1.1a.so.1 is needed by package nfs-utils
Posted by alex in Errors at 5:44 AMWhen performing a “yum update” I received the following error which deals with a library needed by the nfs-utils package on CentOS.
Error: Missing dependency: libevent-1.1a.so.1 is needed by package nfs-utils
On this machine NFS is not needed so I took the following steps to complete the “yum update”.
- Remove nfs-utils: First remove nfs-utils by issuing the below command.
- Now Update Yum: Now proceed with updating your system by typing the below command.
yum remove nfs-utils
yum update
The issue appears to be with a conflict between yum repos. If your machine requires NFS then work to resolve the repo issue either by excluding nfs-utils from the yum update or forcing it to update via the correct repository.
Tags: CentOS, dependency, libevent, nfs, nfs-utils, repo, repository, yum, yum update
Entries (RSS)