Mikenell
10-14-2000, 03:32 PM
When I try to install GTK+ I get this error message:
checking for GLIB - version >= 1.2.8...
*** 'glib-config --version' returned 1.2.8, but GLIB (1.2.7)
*** 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.cache
*** before re-running configure
no
configure: error:
*** GLIB 1.2.8 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.
I definitly got the latest version of glib from gtk.org and it installed with no errors. It says I could try editing ld.so.conf so I tried and all it had in was this:
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
Have I somehow installed glib in the wrong place? I used the default settings and just did ./configure, make, make install. Where will it have installed to? And also where is the LD_LIBRARY_PATH variable?
Is there anything else I can do to try to get it working?
Thanks
Mikenell
checking for GLIB - version >= 1.2.8...
*** 'glib-config --version' returned 1.2.8, but GLIB (1.2.7)
*** 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.cache
*** before re-running configure
no
configure: error:
*** GLIB 1.2.8 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org/.
I definitly got the latest version of glib from gtk.org and it installed with no errors. It says I could try editing ld.so.conf so I tried and all it had in was this:
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
Have I somehow installed glib in the wrong place? I used the default settings and just did ./configure, make, make install. Where will it have installed to? And also where is the LD_LIBRARY_PATH variable?
Is there anything else I can do to try to get it working?
Thanks
Mikenell