LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Yum update complains missing file (broken dep), but file can be located. (https://www.linuxquestions.org/questions/linux-software-2/yum-update-complains-missing-file-broken-dep-but-file-can-be-located-163210/)

davidas 03-27-2004 09:11 PM

How to fix?: Yum update complains missing file(broken dep), 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, yet not provided by the repository. However, when I do a locate on the file, it is found in /usr/local/lib directory.

I'm using Redhat. Any advise please?

Thanks !


All times are GMT -5. The time now is 07:04 AM.