LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   irssi and glib problem (https://www.linuxquestions.org/questions/linux-newbie-8/irssi-and-glib-problem-675460/)

TrAvIkK 10-10-2008 04:34 AM

irssi and glib problem
 
Hello.

I had some old glib (in irssi's opinion), so i compiled new one.
Now irssi throws me:

Code:

*** 'pkg-config --modversion glib-2.0' returned 2.18.1, but GLIB (2.4.7)
*** 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.

Now, removing old one could cause problem, because some other packets may use it.
How could i avoid this error?

TrAvIkK 10-10-2008 08:37 AM

Code:

export LD_LIBRARY_PATH=/usr/local/lib
Helped me, if someone cares.
/usr/local/lib is a path for the new glib.

AceofSpades19 10-10-2008 11:37 AM

Its never a good idea to change your glibc. If you installed irssi as a package built for your distro then it shouldn't complain about your glibc

TrAvIkK 10-11-2008 03:51 AM

Well, i compiled irssi. It complained about glibc, so i compiled 2.18.x one.

Why I should NOT mess with glibc?


All times are GMT -5. The time now is 06:40 PM.