Ich möchte das aktuelle Gnopernicus auf einem Debian Sid rechner installieren. Das configure Skript läuft bis zu Stelle
Code: Alles auswählen
checking for gconf-2.0 >= 1.1.5 glib-2.0 >= 1.3.12 libxml-2.0 >= 2.4.6... Warning: locale not supported by C library, locale unchanged
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
configure: error: Library requirements ( gconf-2.0 >= 1.1.5 glib-2.0 >= 1.3.12 libxml-2.0 >= 2.4.6) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
# apt-get install libxml2-dev
kann apt-get die lib nicht installieren. Ich bekomme die Meldung "libxml2-dev: Hängt ab: libz-dev"
OK, nächster Schritt
# apt-get install libz-dev
ergibt leider folgenden Fehler:
zlib1g-dev: Hängt ab: zlib1g (= 1:1.2.1-5) aber 1:1.2.1.1-3 soll installiert werden
Leider bin ich hier mit meinem Latein am Ende. Wie kann ich denn diese abhängigkeit lösen? libxml2 ist installiert, eine Datei mit dem Namen "ibxml-2.0.pc" existiert leider nicht auf dem Rechner. Wüsste jedoch auch nicht wo ich die hernehmen soll.
Danke für Hilfe
Chrissss
PS: Wenn ich versuche das Programm über auto-apt zu installieren:
# auto-apt run ./configure
dann versucht auto-apt die libgnome-dev zu installieren. Leider auch ohne Erfolg:
Code: Alles auswählen
The following packages have unmet dependencies:
libgnome-dev: Depends: gdk-imlib1-dev (>= 1.9.14-8) but it is not going to be installed
Depends: libgtk1.2-dev (>= 1.2.10-1) but it is not going to be installed
Depends: xlibs-dev but it is not going to be installed
E: Broken packages