LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Please Help! GTK+ - Glib installation problems (https://www.linuxquestions.org/questions/linux-software-2/please-help-gtk-glib-installation-problems-509813/)

Stallion 12-12-2006 03:39 PM

Please Help! GTK+ - Glib installation problems
 
Hi everybody! Thats my first post here! I'm newbie with linux and I need your help!
I have fedora core 5.
I'm trying to install glade 3 and it has some requirements! I have to install gtk+-2.10.6!
GTK+ requires >=glib-2.12.0.
I installed glib-2.12.4 and when i tried to install gtk+ I took this error:

checking for GLIB - version >= 2.12.0...
*** 'pkg-config --modversion glib-2.0' returned 2.12.4, but GLIB (2.10.1)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.12.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/.


I tried to uninstall and reinstall glib, but I took the same error again!

Does anybody know how I can fix that?????:confused:

Brian1 12-12-2006 04:26 PM

Run the following commands to see exactly what rpms are installed.
rpm -qa | grep glib
rpm -qa | grep gtk
Post output of the above.

I assume you installed as an rpm and installing glade as an rpm as well?

Brian

Stallion 12-12-2006 04:36 PM

No I installed only glib yet and I installed it by tar.gz file through the terminal.
gtk+ and glade could not be install because the requirements are missing!
The previous versions of glade and gtk - glib installed by rpms!

Anyway, the results are:
# rpm -qa | grep glib
glibc-common-2.4-4
glibc-devel-2.4-4
jakarta-taglibs-standard-1.1.1-4jpp_3fc
glib2-2.10.1-1
glib-java-0.2.3.0.20060301.rh1-1
NetworkManager-glib-0.6.0-3
glibc-kernheaders-3.0-5.2
glibc-2.4-4
glib-1.2.10-18.2.2
glib2-devel-2.10.1-1
glibc-headers-2.4-4
dbus-glib-0.61-3.fc5.1
avahi-glib-0.6.9-3
jakarta-taglibs-standard-javadoc-1.1.1-4jpp_3fc

# rpm -qa | grep gtk
gtkhtml2-2.6.3-1.2.1
gtkhtml3-3.10.0-1
gtk+extra-2.1.1-2.fc5
authconfig-gtk-5.2.2-1
gtk-sharp2-2.8.2-1
pygtk2-libglade-2.8.6-0.fc5.1
gtk-sharp-1.0.10-5
libgtk-java-2.8.3.0.20060301.rh1-0
gtk-gnutella-0.96.1-1.fc5
gtk+extra-devel-2.1.1-2.fc5
gtk2-2.8.15-1
gtkspell-2.0.11-1.2.1
gtksourceview-1.6.0-1
gtk-engines-0.12-7.2.1
usermode-gtk-1.85-2.2
gnome-python2-gtkhtml2-2.14.0-1
gtk2-devel-2.8.15-1
gtk+-1.2.10-50
gtk2-engines-2.7.4-3
gnome-python2-gtksourceview-2.14.0-1
pygtk2-2.8.6-0.fc5.1

Mike

Brian1 12-12-2006 05:10 PM

Are you installing glade 3 as an rpm?

Post output from the following.
glib-config --version
gtk-config --version

Brian

Stallion 12-12-2006 05:15 PM

No I'm trying to install it by tar.gz file through the terminal.

# glib-config --version
bash: glib-config: command not found
# gtk-config --version
bash: gtk-config: command not found

:confused: :confused: :confused: :confused: :confused:
:newbie:

Brian1 12-12-2006 06:33 PM

Wonder why those two files are not present. Try ' man glib-config '. See in the manpages exist. If not I would say neither is installed. I myself are using older versions of what you are installing but those are still rpm packages. Maybe those commands are only present in the Redhat/Redhat clone distros.

At a lost at the moment. Will give it some thought. In the meantime you might contact the developer and see if he or she has any input.

Brian


All times are GMT -5. The time now is 03:40 PM.