I have a user with C5.4 64-bit, fully updated, performed a yum install glade, it claimed to have installed everything, but we cannot get it to run. Neither whereis nor locate revleal an executable. We obtained the latest glade source from the project's web site, attempted to configure it, until it complained of needed dependencies, namely gtk+ (newer than what was on the system). So I got the newest source from the gtk project web site, tried to compile it, until it complained of at least needing a newer glib. So I grabbed the newest glib, compiled and installed, ran ldd, and tried gtk+ source compile again. I still claimed glib wasn't new enough. What am I missing? I followed the glade install notes as best I could. Thanks for any help/insight. If need be, I'll look for a glade forum to post to, but since this _is_ Centos 5 spedific for the machine I'm working on, I felt it appropriate to ping this list first. Thanks. Scott
Scott Ehrlich wrote:> I have a user with C5.4 64-bit, fully updated, performed a yum install > glade, it claimed to have installed everything, but we cannot get it > to run. Neither whereis nor locate revleal an executable. > > We obtained the latest glade source from the project's web site, > attempted to configure it, until it complained of needed dependencies, > namely gtk+ (newer than what was on the system). So I got the newest > source from the gtk project web site, tried to compile it, until it > complained of at least needing a newer glib. So I grabbed the newest > glib, compiled and installed, ran ldd, and tried gtk+ source compile > again. I still claimed glib wasn't new enough. > > What am I missing? I followed the glade install notes as best I could. > > Thanks for any help/insight. If need be, I'll look for a glade forum > to post to, but since this _is_ Centos 5 spedific for the machine I'm > working on, I felt it appropriate to ping this list first. > > Thanks.maybe yum install glade2 ? yum search could be your friend
Scott Ehrlich wrote:> I have a user with C5.4 64-bit, fully updated, performed a yum install > glade, it claimed to have installed everything, but we cannot get it > to run. Neither whereis nor locate revleal an executable.Have you tried rpm -ql glade | more? mark -- "The legitimate powers of government, extend to such acts only as are injurious to others. But it does me no injury for my neighbor to say there are twenty gods, or no God. It neither picks my pocket nor breaks my leg." -- Thomas Jefferson
> maybe yum install glade2 ? > > yum search could be your friendYep, yum was the first thing tried. Sorry I forgot to mention it.> _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >