[ Crazy Man @ 20.09.2006. 14:49 ] @
Instalirao sam novi Ubuntu 6.06 LTS, skinuo update s neta (oko 200-250MB) te se sve lijepo instaliralo. Skinuo sam jos neke program te neke postojeće update-ao, no imam problema sa Gaimom, nemogu ga update-tati. Verzija koja se nalazi u Ubuntu je 1.5.1, a ja sam sa neta skinuo 2.0.0 beta3.1. Extraktirao sam fajl na desktop te u Konsolu upisem slijedeće: Code: cd Desktop cd gaim-2.0.0beta3.1 ./configure nakon nekog vremena mi pokaze error: Citat: checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.12.0, but GLIB (2.10.3) *** 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 configure: error: *** GLib 2.0 is required to build Gaim; please make sure you have the GLib *** development headers installed. The latest version of GLib is *** always available at http://www.gtk.org/. Skinem glib 2.12.3 s neta i idem ga instalirati: Code: cd .. cd glib-2.12.3 ./configure sudo make sudo make install sudo make clean Nije javio nikakav error, te idem ponovo instalirati gaim no javi mi se ista poruka kao i gornja: Citat: checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.12.3, but GLIB (2.10.3) *** 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 configure: error: *** GLib 2.0 is required to build Gaim; please make sure you have the GLib *** development headers installed. The latest version of GLib is *** always available at http://www.gtk.org/. Zna li tko gdje je problem ? |