|
From: Pablo N. <cro...@us...> - 2001-02-26 05:45:07
|
Hi You have a pretty common problem, you have two glib installed, probably 1.2.7 at /usr and 1.2.8 at /usr/local On Sun, 25 Feb 2001 14:49:14 -0500, chronos <ch...@in...> wrote: > Hi, > Had a question when running the ./configure under cronosII it says > gtk+-config not found. Okay so I downloaded and installed glib for > starters and then downloaded and proceeded to install gtk+ and it gives > me the following error message: checking for GLIB - version >= 1.2.0 > ***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 be able to fix the error by modifying the ld library path > enviornment variable or by editing /etc/ld.so.conf > make sure you have run ld config if that is required on your system > if glib-config was wrong set the enviornment variable glib-config to > point to the correct copy of glib-config and remove file config.cache > > Now then I have glib-config version 1.2.8 installed it is in > /usr/local/bin/glib-config v1.2.8 > So how do I remove the older version ? Also where would it be ? You should just do rpm -e --nodeps glib rpm -e --nodeps glib-devel (don't worry if this returns an error) How did you installed the 1.2.8 version? RPM? Then you should do: rpm -q glib if this gives you a non error message (it doesn't tell you that there's no such a package) you should do again rpm -e --nodeps glib rpm -e --nodeps glib-devel and now reinstall glib if you build from source you should do make uninstall and then make install Before procceding to reinstall (tarball or rpm) the 1.2.8 you should check that glib-config is an unknown command, if it isn't then you still have another copie around your system... > > The other problem is I think that glib-1.2.7-3mdk.src.rpm is there > somewhere, so then how would I remove it ? > > In /etc/ld.so.conf this is all that is in the file - /usr/lib > /usr/x11r6/lib /usr/i486-linux-libc5/lib /usr/lib so Im not to sure > what they mean to edit this file. > Suggustions would be greatly appreciated. > thank you, chronos Well, hope this helped you, Pablo. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.4 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > owGbwMvMwCR4qefftFRF3XbG01xJLHrpBelWExM+dLixMAgyMbCxMoF4DFycAjBl > gl0Ms5g6xKteGCvq3r9VkyhZzmZx0//ySob50Wpd+xqemKZlOOZOfbyg/F6Z3Rxb > AA== > =tKnY > -----END PGP SIGNATURE----- > > _______________________________________________ > Cronosii-users mailing list > Cro...@li... > http://lists.sourceforge.net/lists/listinfo/cronosii-users |