Re: glib-2.0.1 installation problems..
Jens Finke <[email protected]> Fri, 05 Apr 2002 08:57:43 +0200
| Newsgroups | gmane.comp.gnome.release.2-0 |
|---|---|
| Message-ID | <[email protected]> |
Hi Erik, glib-2.0 is _not_ downward compatible with glib-1.2. But they are parallel installable. If you have a program which needs glib 1.2.x it just won't work with glib-2.0. Install both libraries (with the same prefix) on your computer. Jens BTW: A better place to discuss this seems to be [email protected] I think. Erik Ljungström wrote: > I d/l a program that required glib > 2.0.0 > Therefore I first removed my current glib (1.2.10) and downloaded > glib-2.0.1. I followed the installation instructions very thorowly. > Then I tried to configure a program that required the glib. > I got the following output; > > checking for GLIB - version >= 1.2.6... > *** 'glib-config --version' returned 2.0.1, but GLIB (1.2.10) > *** 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 > > I assume that the removepkg of glib removed all the rests of 1.2.10. But apparently, no. I have looked through every header file in the include/glib-2.0 > dir, without success. I also looked through the pkgtool/ dir, and all the .pc > files were correct. What is this all about? What can be left from 1.2.10? > > And Q #2; Why does glib require pkgtool, which sets glib-1.2.8 as default? I > changed this script by hand to get it working.