Hi, On Wed, Nov 5, 2008 at 14:56, Dag Wieers <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] rpms]# rpm -qpR > /dar/packages/nagios/nagios-3.0.4-1.el5.rf.i386.rpm | grep libltdl > libltdl.so.3
Matches mine: # rpm -qR nagios | grep tdl libltdl.so.3 > But that does not explain why for Filipe the package is not automatically > pulled by yum when he did install the package. Or why the installation did > not fail when he was missing and unable to satisfy the dependency. With your tip on using "rpm -qR" I dug a little deeper and found out the culprit: # rpm -q --whatprovides libltdl.so.3 splunk-2.2.6-21120 And: # rpm -ql splunk | grep ltdl /opt/splunk/lib/libltdl.so /opt/splunk/lib/libltdl.so.3 /opt/splunk/lib/libltdl.so.3.1.4 So, the problem was really on my machine, due to that "splunk" RPM. It clearly should not provide libraries that are installed on a path that will not be seen by other packages. Thanks for the help to diagnose this problem! Filipe _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
