PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Versionsprobs mit Glib


eRin
07.01.03, 18:33
Hi,

hab da ein Problem bei der installation von GTK+-1.2.9.

Glib ist noch nicht installiert, darum wird ein Fehler angezeigt. Anschliessend installiere ich glib-1.2.9 und starte die GTK Instalation nochmal. Nun kommt folgende Fehlermeldung:

*** 'glib-config --version' returned 1.2.9, 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

Hab kein Plan warum die Konfiguration denkt ich hätte GLib 1.2.10 installiert, denn dem ist nicht so. Leider weiss ich was ich in der Datei /etc/ld.so.conf ändern soll und die enviroment variable LD_LIBRARY_PATH kann ich auch net finden (der Befehl ist export oder?).

dakjo
07.01.03, 19:07
Ich würde es mal mit ldconfig versuchen.
Sollte das nichts bringen kannst mal export GLIB_CONFIG="/usr/bin/glib-config" je nachdem wohin du s installiert hast, versuchen. Achtung vor dem neu Versuchen unbedingt die Datei config.cache löschen bzw. leermachen > config.cache.

eRin
07.01.03, 20:06
erstmal danke für die Hilfe :) das Prob besteht aber leider immernoch :ugly:


Habe ldconfig als root ausgeführt, config.cache geleert und anschliessend neu probiert. Gleicher Fehler, das gleiche dann mit gesetzer Variable.

noch Ideen?

dakjo
07.01.03, 20:12
Nicht wirklich !

eRin
08.01.03, 02:59
oder gibts ne andere Möglichkeit das Prob zu lösen? Hab eigentlich schon alles Mögliche probiert :(

christophwth
08.01.03, 13:20
Hi

für mich sieht die meldung so aus , als würde die version 1.210 erwartet
aber du hast nur 1.2.9 ( die ist zu alt )

testen kannst du das mit :
glib-config --version

und selbiges scheint das gtk configure auch zu tun.

lösung erneuere die glib und gegebenenfalls die devel packete zur glib

gruss
christoph

eRin
08.01.03, 13:56
k, hab jetzt die 9er runtergehaun und Glib 1.2.10 ruffgehaun.. scheint zu funzen..

thx für die Unterstützung =)

EDIT: Weiss jemand woran das Prob genau liegt? Oder hatte jemand das Prob schonmal? Hab jetzt bei der Instalation von Gimp 1.3.11 fast den gleichen Fehler, dass eine GTK-Version gefunden wird, die ich gar net drauf habe und von pkg-config wird die richtige Version zurückgegeben:

*** 'pkg-config --modversion glib-2.0' returned 2.2.0, but GLIB (2.0.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.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files

so langsam fangen die Fehlermeldungen an zu stressen :(