On Mon, 2005-05-23 at 10:48 -0400, Scot L. Harris wrote: > On Mon, 2005-05-23 at 10:04, Bob Chiodini wrote: > > On Mon, 2005-05-23 at 10:00 -0400, Scot L. Harris wrote: > > > Recently had a system that started throwing segmentation faults on a few > > > programs. Used strace to on those programs which indicated the problem > > > was with /usr/bin/bonobo-slay. > > > > > > When I tried to find out which package bonobo-slay was provided by (rpm > > > -q --whatprovides bobonbo-slay) I am told that no package provides that > > > file. > > > > > > I thought it might be part of the bonobo package but listing the files > > > in that package does not show bonobo-slay. > > > > > > So my question is: what package provides bonobo-slay? > > > > > > I suspect the original problem is that file was corrupted and figure a > > > refresh of the package will make sure things are as they should be. > > > > > > > > > -- > > > Scot L. Harris > > > webid@xxxxxxxxxx > > > > > > "I found out why my car was humming. It had forgotten the words." > > > > > > > Maybe it needs the full path: > > > > rpm -q --whatprovides /usr/bin/bonobo-slay > > libbonobo-2.8.0-2 > > Thanks. I assumed all it needed was the file name. > Scot, It seems that sometimes it does, and sometimes it needs the full path. I don't think it has anything to do with $PATH, though. Bob...