Yum Update complains of missing file to do update, but file exists!
[root@rhlinux etc]# yum update
Gathering header information file(s) from server(s)
Finding updated packages
Downloading needed headers
Resolving dependencies
.package fnlib needs libImlib.so.1 (not provided)
[root@rhlinux etc]# locate -i libimlib.so.1
/usr/local/lib/libImlib.so.1
Yum update complains libImlib.so.1 is required by fnlib package but is missing. However, when I do a locate on the file, it is found in /usr/local/lib directory.
I'm using Redhat. Any advice please?
Thanks !
|