kmldonkey Instllation

Warum Debian und/oder eine seiner Spielarten? Was muss ich vorher wissen? Wo geht es nach der Installation weiter?
Antworten
Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

kmldonkey Instllation

Beitrag von eternity2002 » 08.02.2004 18:13:17

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

tylerD
Beiträge: 4068
Registriert: 10.07.2002 17:34:13
Wohnort: Halle/Saale
Kontaktdaten:

Beitrag von tylerD » 08.02.2004 18:18:06

Code: Alles auswählen

apt-get install zlib1g zlib1g-dev
hilft vielleicht.

cu

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 08.02.2004 21:06:02

danke, dass hat auch geholfen, jetzt hab ich ne neue Fehlermeldung: :( :x
------------------------------------------(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?

tylerD
Beiträge: 4068
Registriert: 10.07.2002 17:34:13
Wohnort: Halle/Saale
Kontaktdaten:

Beitrag von tylerD » 08.02.2004 21:13:40

eternity2002 hat geschrieben: checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation
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.

cu

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 08.02.2004 21:48:13

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.

wie lang dauert das bis man da alles hat???

tylerD
Beiträge: 4068
Registriert: 10.07.2002 17:34:13
Wohnort: Halle/Saale
Kontaktdaten:

Beitrag von tylerD » 08.02.2004 21:52:18

eternity2002 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.
libqt3-mt-dev
eternity2002 hat geschrieben: wie lang dauert das bis man da alles hat???
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...

cu

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 08.02.2004 22:00:39

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!!!

Benutzeravatar
redrat
Beiträge: 828
Registriert: 12.09.2002 10:11:46
Wohnort: Braunschweig

Beitrag von redrat » 08.02.2004 22:17:45

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

tylerD
Beiträge: 4068
Registriert: 10.07.2002 17:34:13
Wohnort: Halle/Saale
Kontaktdaten:

Beitrag von tylerD » 08.02.2004 22:19:31

Ich hab doch geschrieben libqt3-mt-dev...

Einfach apt-cache search qt3 mt eingeben und schauen was passen könnte.

cu

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 10.02.2004 21:16:18

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?

Benutzeravatar
spiffi
Beiträge: 1128
Registriert: 09.08.2003 19:02:27

Beitrag von spiffi » 10.02.2004 21:25:39

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!
8)

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
helfen um die fehlenden Header zu installieren.

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 10.02.2004 21:33:09

Das funct bei mir unter Woody nicht weil:

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).
Brauch ich dafür Sarge???

Benutzeravatar
spiffi
Beiträge: 1128
Registriert: 09.08.2003 19:02:27

Beitrag von spiffi » 10.02.2004 21:37:59

Zeig mal bitte Deine sources.list. Was für eine KDE-Version hast Du installiert?

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 10.02.2004 21:45:11

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

Benutzeravatar
spiffi
Beiträge: 1128
Registriert: 09.08.2003 19:02:27

Beitrag von spiffi » 10.02.2004 22:02:06

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

Code: Alles auswählen

apt-cache policy kdebase-dev
Übrigens, es reicht, wenn Du einen Debian-Mirror in die sources.list einträgst.

Benutzeravatar
eternity2002
Beiträge: 187
Registriert: 26.01.2004 12:44:16

Beitrag von eternity2002 » 11.02.2004 13:40:54

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
Was fragt dieses Kommando ab?

Antworten