On 12/06/2013 04:47 PM, Fred Smith wrote:
# locate gtkhtml-editor
<snip> /usr/lib64/libgtkhtml-editor.so /usr/lib64/libgtkhtml-editor.so.0 /usr/lib64/libgtkhtml-editor.so.0.0.0
^
# rpm -ql gtkhtml3.x86_64 | grep libgtkhtml-editor /usr/lib64/libgtkhtml-editor-3.14.so.0 /usr/lib64/libgtkhtml-editor-3.14.so.0.0.0
^^^^^^ See the difference?
So the file is there, and it came from a RPM file properly installed from the Centos "base" repo.
Well, kind of.
so, why won't yum divulge that RPM as the source of the .so file when I do: yum whatprovides */libgtkhtml-editor.so.0 ?????
The first three symlinks you found with locate weren't actually installed via rpm. I doubt they were installed by any package at all (were probably created by you at some point and you forgot), but to find out: rpm -qf /usr/lib64/libgtkhtml-editor.so{,.0,.0.0.0}
...so obviously they won't show up when you search yum for them.
Peter