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
maybe yum install glade2 ?
yum search could be your friend
Yep, yum was the first thing tried. Sorry I forgot to mention it.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Scott Ehrlich wrote:
maybe yum install glade2 ?
yum search could be your friend
Yep, yum was the first thing tried. Sorry I forgot to mention it.
you did mention it, but you mentioned "yum install glade" while I suggested installing a package called glade2. Note the 2. Doing a search with apt suggests glade2 is what you want, there is no package called glade in c5. I'm sure yum search or yum list or whatever would say the same. So, did you try "yum install glade2"? Did this fail for you?
What's the output of rpm -qa | grep glade ?
On Thu, Dec 17, 2009 at 3:22 AM, Nicolas Thierry-Mieg Nicolas.Thierry-Mieg@imag.fr wrote:
Scott Ehrlich wrote:
maybe yum install glade2 ?
yum search could be your friend
Yep, yum was the first thing tried. Sorry I forgot to mention it.
you did mention it, but you mentioned "yum install glade" while I suggested installing a package called glade2. Note the 2. Doing a search with apt suggests glade2 is what you want, there is no package called glade in c5. I'm sure yum search or yum list or whatever would say the same. So, did you try "yum install glade2"? Did this fail for you?
It was tried and it did work, but no executable was found.
If you try it, do you get an executable? If so, what is the path?
What's the output of rpm -qa | grep glade ?
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Scott Ehrlich wrote:
On Thu, Dec 17, 2009 at 3:22 AM, Nicolas Thierry-Mieg Nicolas.Thierry-Mieg@imag.fr wrote:
Scott Ehrlich wrote:
maybe yum install glade2 ?
yum search could be your friend
Yep, yum was the first thing tried. Sorry I forgot to mention it.
you did mention it, but you mentioned "yum install glade" while I suggested installing a package called glade2. Note the 2. Doing a search with apt suggests glade2 is what you want, there is no package called glade in c5. I'm sure yum search or yum list or whatever would say the same. So, did you try "yum install glade2"? Did this fail for you?
It was tried and it did work, but no executable was found.
If you try it, do you get an executable? If so, what is the path?
What's the output of rpm -qa | grep glade ?
$ rpm -q glade2 glade2-2.12.1-6.el5.x86_64
$ rpm -ql glade2 | grep bin /usr/bin/glade-2
From: Scott Ehrlich srehrlich@gmail.com
you did mention it, but you mentioned "yum install glade" while I suggested installing a package called glade2. Note the 2. Doing a search with apt suggests glade2 is what you want, there is no package called glade in c5. I'm sure yum search or yum list or whatever would say the same. So, did you try "yum install glade2"? Did this fail for you?
It was tried and it did work, but no executable was found. If you try it, do you get an executable? If so, what is the path?
# yumdownloader glade2 # rpm -qpl glade2-2.12.1-6.el5.i386.rpm /usr/bin/glade-2 ...
JD
On Thu, Dec 17, 2009 at 12:20 PM, John Doe jdmls@yahoo.com wrote:
From: Scott Ehrlich srehrlich@gmail.com
you did mention it, but you mentioned "yum install glade" while I suggested installing a package called glade2. Note the 2. Doing a search with apt suggests glade2 is what you want, there is no package called glade in c5. I'm sure yum search or yum list or whatever would say the same. So, did you try "yum install glade2"? Did this fail for you?
It was tried and it did work, but no executable was found. If you try it, do you get an executable? If so, what is the path?
# yumdownloader glade2 # rpm -qpl glade2-2.12.1-6.el5.i386.rpm /usr/bin/glade-2
The program is advertised as glade, installs as glade2, but the executable is glade-2.
Problem solved.
Thanks to all!
...
JD
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
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