configure, make, make install glib 1.2.6 and had no errors. Then
I started the configure on GTK+ 1.2.6 and I got the following error:
*** 'glib-config --version' returned 1.2.6, but GLIB (1.2.1)
*** was found! If glib-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 glib-config was wrong, set the environment variable GLIB_CONFIG *** to point to the correct copy of glib-config, and remove the file config.cach e *** before re-running configure no configure: error: *** GLIB 1.2.4 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. PATH=/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin
I ran glib-config and it states 1.2.6. I added the GLIB_CONFIG env
var with a value of
/usr/local/bin
I did a locate and there are no other glib-config apps on this
system.
If glib was on this system before I'm not sure how to remove it. Any
ideas? |