I installed a gcvs package today. I tried to then run gcvs and I get this error: gcvs: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
rpm -qa | grep libgtk returns nothing.
yum install libgtk returns Nothing to do.
What am I missing?
Jerry
On Thu, Oct 12, 2006 at 12:47:46PM -0400, Jerry Geis enlightened us:
I installed a gcvs package today. I tried to then run gcvs and I get this error: gcvs: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
rpm -qa | grep libgtk returns nothing.
yum install libgtk returns Nothing to do.
What am I missing?
The yum man page.
Try looking at the provides command to yum, or possibly the search command.
On 10/12/06, Jerry Geis geisj@pagestation.com wrote:
I installed a gcvs package today. I tried to then run gcvs and I get this error: gcvs: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
rpm -qa | grep libgtk returns nothing.
yum install libgtk returns Nothing to do.
What am I missing?
Depending on how you install gvcs it could also be arch compatability if this is an x86_64 machine and your app wants the i386 version of the lib.