Results 1 to 6 of 6
Hi I am trying to install GTK+2.8. for that i have installed GTK+2.8 package from site.
I have installed Glib2.8.6 and pango 1.10.4 properly/
Bur when I run configure command ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-02-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
problem with installing GTK+
Hi I am trying to install GTK+2.8. for that i have installed GTK+2.8 package from site.
I have installed Glib2.8.6 and pango 1.10.4 properly/
Bur when I run configure command for atk1.10.3 library.. I am getting this error
*** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.2.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
checking for pkg-config... (cached) /opt/gtk/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.2.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.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
[root@vineeta atk-1.10.3]# PKG_CONFIG_PATH="/opt/gtk/lib/pkgconfig"
[root@vineeta atk-1.10.3]# su cineeta
su: user cineeta does not exist
[root@vineeta atk-1.10.3]# su vineeta
[vineeta@vineeta atk-1.10.3]$
how to resolve this problem???
vineeta7
- 10-02-2007 #2
And you ran ldconfig as suggested?
- 10-02-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
problem with installing GTK+
hi
I havent run that ldconfig.where it is located?
- 10-02-2007 #4
From the command line as su, run:
or,Code:/sbin/ldconfig
...whichever works and press enter. Not saying this is your problem, but as the errors suggest, it would be the first thing I'd do...Code:ldconfig
- 10-02-2007 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
still getting same error
- 10-02-2007 #6
Which distro are you using and why do you need gtk+2.8?


Reply With Quote
