LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Removing old version of Glib (https://www.linuxquestions.org/questions/linux-newbie-8/removing-old-version-of-glib-93982/)

authenticgeek 09-17-2003 08:15 PM

Removing old version of Glib
 
I'm getting this error:

Quote:

*** '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
And all I really need to know how to do is remove my old version of glib 2.2.1 - Any tips?

zatriz 09-24-2003 02:05 AM

with redhat it would be rpm -e glib
but if you are trying to install a upgraded version and it tell you that
run
"rpm -ivh --force glib*.rpm" to force a installed
"rpm -Uvh --force glib*.rpm" to force a upgrade


All times are GMT -5. The time now is 09:39 AM.