Results 1 to 6 of 6
Hello everyone, I've been trying to get GTK to make a GUI for mplayer, but during the install, I get the message that pkg-config says that glib was version 2.8.1 ...
- 09-13-2005 #1
GTK Install
Hello everyone, I've been trying to get GTK to make a GUI for mplayer, but during the install, I get the message that pkg-config says that glib was version 2.8.1 (I installed this manually), but version 2.6.4 was found (this is also the latest one I see on aptitude). How do I install glib 2.8.1 without interference from glib 2.6.4? I tried uninstalling it, but to no avail....and on a side note, why doesn't version 2.8.1 show up on aptitude?
Thanks again!
- 09-13-2005 #2
it is currently in experimental in debian
Debian Package SearchBrilliant Mediocrity - Making Failure Look Good
- 09-13-2005 #3
oh did you run ldconfig
Brilliant Mediocrity - Making Failure Look Good
- 09-13-2005 #4
Is there any particular directory I should untar the tar file in? I've been doing it in my home directory thus far, and that's probably the problem...=(
- 09-14-2005 #5
I'm started to get really frustrated...I just installed glib 2.8.1, but when I try configuring atk, I get this error message after entering ./configure:
checking for GLIB - version >= 2.5.7...
*** 'pkg-config --modversion glib-2.0' returned 2.8.1, but GLIB (2.6.4)
*** 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) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.8.1, but GLIB (2.6.4)
*** 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
Please help me out! I'm so confused!
- 09-14-2005 #6
what is must likely happening is that the new version is saved in
. When you do the ./configure include thatCode:/usr/local/lib/pkgconfig
However, what I would do is try to install the debian package.
http://packages.debian.org/experimen...bs/libgtk2.0-0Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
