LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ATK compile problem (https://www.linuxquestions.org/questions/linux-newbie-8/atk-compile-problem-161946/)

cloudnyne132 03-24-2004 04:23 PM

ATK compile problem
 
checking for Win32... no
checking for aclocal flags...
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.2.3, 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
*** GLI

is it as simple as finding glib 2.2.1 and deleting it? if so where is it heh...

Mara 03-24-2004 04:32 PM

Which version of glib do you have? Run
rpm -qa|grep glib

cloudnyne132 03-24-2004 04:37 PM

glib 2.2.3

cloudnyne132 03-24-2004 04:41 PM

[root@localhost root]# rpm -qa|grep glib
glib-1.2.10-10
glibc-common-2.3.2-5
glibc-2.3.2-5
glib2-2.2.1-1
glibc-kernheaders-2.4-8.10
glibc-devel-2.3.2-5
[root@localhost root]#
?????????

Mara 03-25-2004 04:59 PM

Hmmm...Look for glib-2* packages on your installation cd. You'll probably need 'normal' glib package and correcponding glib-devel.


All times are GMT -5. The time now is 01:36 PM.