kmldonkey Instllation
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
kmldonkey Instllation
Hallo!
Ich habe mir kmldonkey geholt und will ihn installieren. Bei dem ausführen von: ./configure kommt zum Schluss ne Fehlermeldung: "libz not found. Please check the log file". Ich hab mir das log-File angeschaut, komm aber nicht drauf. Was ist 2libz"? Wie kann ich das lösen???
lg, eternity2002
Ich habe mir kmldonkey geholt und will ihn installieren. Bei dem ausführen von: ./configure kommt zum Schluss ne Fehlermeldung: "libz not found. Please check the log file". Ich hab mir das log-File angeschaut, komm aber nicht drauf. Was ist 2libz"? Wie kann ich das lösen???
lg, eternity2002
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
danke, dass hat auch geholfen, jetzt hab ich ne neue Fehlermeldung:

------------------------------------------(nach ./configure)
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... no
configure: WARNING: libjpeg not found. disable JPEG support.
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
-------------------------------------------------------------
Was ist das jetzt?


------------------------------------------(nach ./configure)
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... no
checking for libjpeg6b... no
checking for libjpeg... no
configure: WARNING: libjpeg not found. disable JPEG support.
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
-------------------------------------------------------------
Was ist das jetzt?
Da steht das dir die qt Headers und Libarys fehlen. Welche du jetzt genau installieren mußt, hängt von deiner Installation ab. Irgendwas mit libqt3-dev oder libqt-dev wird wohl reichen da die Libarys sicher schon installiert sind.eternity2002 hat geschrieben: checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation
cu
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
libqt3-mt-deveternity2002 hat geschrieben:hab libqt3-dev installiert und es kommt diese Fehlermeldung:
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Einfach lesen was er will und installieren! Beim ersten mal nen bissel länger, wenn man es dann öfter macht, hat man irgendwann das meiste schon installiert...eternity2002 hat geschrieben: wie lang dauert das bis man da alles hat???
cu
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
ja, aber wie weiß ich wie das Packet heisst, was ich installieren muss. Wenn ich jetzt diese Fehlermeldung habe:
----------------------------------------
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
-----------------------------------------
muss ich dann eingeben: apt-get install qt-mt?? qt-mt findet mein apt-get nämlich nicht!!!
----------------------------------------
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
-----------------------------------------
muss ich dann eingeben: apt-get install qt-mt?? qt-mt findet mein apt-get nämlich nicht!!!
Dort steht daß "Qt (>= Qt 3.1 (20021021)) (library qt-mt)" nicht gefunden hat. Das bedeutet, daß er die QT Bibliothek in einer Version >= 3.1 nicht gefunden hat. Bei Debian heißem Pakete mit Bibliotheken fast immer "lib<blabla>". Ein einfaches "apt-cache search libqt" sollte so einige Paket zu Tage führen, von denen Du dann eines (oder mehrere) installieren musst (vermutlich hätte auch ein 'apt-cache search qt' oder 'apt-cache search lib qt' geholfen). In diesem Fall vermute ich mal, je nach Debian Version (Woody, Sarge, Sid), daß das Paket libqt3c102-mt (hier: Sid) heisst. Da Du ein Programm kompilieren möchtest, wird er das "Entwicklungspaket" -> Development -> *-dev benötigen. Also einfach ein "apt-get install libqt3-mt-dev" machen.
Dann musst Du natürlich noch sicherstellen, daß er die Bibliothek auch findet, Du also z.B. die Variable QTDIR gesetzt hast oder das Verzeichnis mit den Bibliotheken im Pfad hast oder Du dem configure-script mitteilst wo er diese findet. Dann sollte alles ohne Probleme funktionieren.
red
Dann musst Du natürlich noch sicherstellen, daß er die Bibliothek auch findet, Du also z.B. die Variable QTDIR gesetzt hast oder das Verzeichnis mit den Bibliotheken im Pfad hast oder Du dem configure-script mitteilst wo er diese findet. Dann sollte alles ohne Probleme funktionieren.
red
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
Danke, ich hab jetzt alles Bibliotheken, aber was ist ein "prefix" da ist so eine Fehlermeldung:
----------------------------------------------------------
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
--------------------------------------------------
Was heisst das?
----------------------------------------------------------
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
--------------------------------------------------
Was heisst das?
Das heißt:
In dem Prefix, den Sie gewählt haben sind keine KDE-Header installiert. Dies wird fehlschlagen.
Also überprüfen Sie dies bitte und benutzen Sie einen anderen Prefix!
Aber das wolltest Du wahrscheinlich gar nicht wissen, oder? Die eigentliche Frage lautet wohl: Was muß ich tun um das zu beheben?
Nun, wahrscheinlich wird hier ein helfen um die fehlenden Header zu installieren.
In dem Prefix, den Sie gewählt haben sind keine KDE-Header installiert. Dies wird fehlschlagen.
Also überprüfen Sie dies bitte und benutzen Sie einen anderen Prefix!

Aber das wolltest Du wahrscheinlich gar nicht wissen, oder? Die eigentliche Frage lautet wohl: Was muß ich tun um das zu beheben?
Nun, wahrscheinlich wird hier ein
Code: Alles auswählen
apt-get install kde-devel
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
Das funct bei mir unter Woody nicht weil:
Brauch ich dafür Sarge???
Code: Alles auswählen
debian:~# apt-get install kde-devel
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
fvwm: Depends: libc6 (>= 2.3.2.ds1-4) but 2.2.5-11.5 is to be installed
Depends: libfreetype6 (>= 2.1.5-1) but 2.0.9-1 is to be installed
Depends: libfribidi0 but it is not going to be installed
Depends: libncurses5 (>= 5.3.20030510-1) but 5.2.20020112a-7 is to be installed
Depends: libpng10-0 (>= 1.0.15-4) but it is not installable
Depends: libreadline4 (>= 4.3-1) but 4.2a-5 is to be installed
Depends: libxrender1 but it is not installable
kde-devel: Depends: kdelibs-dev
Depends: libarts-dev but it is not going to be installed
Depends: libkmid-dev but it is not going to be installed
Depends: kdebase-dev but it is not going to be installed
Depends: libmimelib-dev
Depends: kdoc but it is not going to be installed
Depends: kdevelop but it is not going to be installed
Depends: kdbg but it is not going to be installed
Depends: kde-designer
Depends: cervisia but it is not going to be installed
Depends: kprof but it is not going to be installed
Depends: qt-doc but it is not going to be installed
Depends: dcopperl but it is not going to be installed
Depends: dcoppython but it is not going to be installed
Depends: libdcopc-dev but it is not going to be installed
Depends: libkdexparts-dev but it is not going to be installed
Depends: koffice-dev but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
Ich hab KDE 3.2:
Code: Alles auswählen
deb-src cdrom:[Debian 3.0 LinuxLand-8 ]/debian/nonfree/sources/ /
deb cdrom:[Debian 3.0 LinuxLand-8 ]/OO/ /
deb cdrom:[Debian 3.0 LinuxLand-8 ]/debian/nonfree/binary-i386/ /
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-7 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-6 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-5 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-4 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-3 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-2 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-1 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb http://ftp.at.debian.org/debian/ stable main
deb-src http://ftp.at.debian.org/debian/ stable main
deb http://non-us.debian.org/debian-non-US stable/non-US main
deb-src http://non-us.debian.org/debian-non-US stable/non-US main
deb http://debian.tu-bs.de/debian/ stable main
deb-src http://debian.tu-bs.de/debian/ stable main
deb http://non-us.debian.org/debian-non-US stable/non-US main
deb-src http://non-us.debian.org/debian-non-US stable/non-US main
deb http://ftp.es.debian.org/debian/ stable main
deb-src http://ftp.es.debian.org/debian/ stable main
deb http://non-us.debian.org/debian-non-US stable/non-US main
deb-src http://non-us.debian.org/debian-non-US stable/non-US main
deb ftp://ftp.fr.debian.org/debian/ stable main
deb-src ftp://ftp.fr.debian.org/debian/ stable main
deb http://non-us.debian.org/debian-non-US stable/non-US main
deb-src http://non-us.debian.org/debian-non-US stable/non-US main
deb http://security.debian.org/ stable/updates main
deb http://download.kde.org/stable/3.2/Debian stable main
deb http://ftp.freenet.de/pub/debian-openoffice/ woody main contrib
Seltsam. Hattest Du irgendwann mal Testing oder Unstable-Quellen in Deiner sources.list? Oder warum will apt-get nen fvwm mit Abhängigkeiten zu testing/unstable installieren?
Was sagt ein
Übrigens, es reicht, wenn Du einen Debian-Mirror in die sources.list einträgst.
Was sagt ein
Code: Alles auswählen
apt-cache policy kdebase-dev
- eternity2002
- Beiträge: 187
- Registriert: 26.01.2004 12:44:16
Code: Alles auswählen
debian:~# apt-cache policy kdebase-dev
kdebase-dev:
Installed: (none)
Candidate: 4:3.2.0-0woody1
Version Table:
4:3.2.0-0woody1 0
500 http://download.kde.org stable/main Packages
4:2.2.2-14.7 0
500 http://ftp.at.debian.org stable/main Packages
500 http://debian.tu-bs.de stable/main Packages
500 http://ftp.es.debian.org stable/main Packages
500 ftp://ftp.fr.debian.org stable/main Packages
500 http://security.debian.org stable/updates/main Packages
4:2.2.2-14 0
500 cdrom://[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-4 (2 0020718)] unstable/main Packages