TCL fehlt

Begonnen von Liu-Kang, 12 Dezember 2006, 21:00:26

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Liu-Kang

Hallo zusammen,

Ich möchte einen IRC Server bei mir einrichten.
Installiert habe ich ihn schon und er rennt auch.
Nur... mir fehlt noch ein Eggdrop.
Ich habe mir da mal das Eggdrop1.6.18 geholt von www.eggheads.org/downloads

OK... das wollte ich installieren doch danach kam folgende Meldung, daß er TCL braucht um das Eggdrop kompilen zu können.
Gut... das ist mein Problem.
Wie installiere ich TCL?
Geholt habe ich es mir von dieser Seite:
http://2.chatterportal.de/tcl_eggdrop_installieren/

Da kommt dann folgender Fehler nachdem ich dies eingegeben habe:
rpm -i tcl-8.4.12-5.1.i586.rpm tcl-devel-8.4.12-5.1.i586.rpm

error: open of tcl-8.4.12-5.1.i586.rpm failed: No such file or directory
error: open of tcl-devel-8.4.12-5.1.i586.rpm failed: No such file or directory
s15204057:~ # ..
s15204057:/ # rpm -i tcl-8.4.12-5.1.i586.rpm tcl-devel-8.4.12-5.1.i586.rpm
        file /usr/lib/libtcl8.4.so from install of tcl-8.4.12-5.1 conflicts with file from package tcl-32bit-9.3-7
        file /usr/bin/tclsh8.4 from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/binary.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/clock.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/lsearch.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/namespace.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/open.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/package.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/tclvars.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
        file /usr/share/man/mann/variable.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7
s15204057:/ # error: open of tcl-8.4.12-5.1.i586.rpm failed: No such file or directory
-bash: error:: command not found
s15204057:/ # error: open of tcl-devel-8.4.12-5.1.i586.rpm failed: No such file or directory
-bash: error:: command not found

Ich weiß da momentan einfach nicht weiter.
Ich hoffe, Ihr könnt mir da ein wenig auf die Sprünge helfen.
Wäre super :)!
Viele Grüße
Liu-Kang

jubilee

#1
Zitatfile /usr/share/man/mann/lsearch.n.gz from install of tcl-8.4.12-5.1 conflicts with file from package tcl-8.4.9-7

Hmm. Anscheinend hast Du doch TCL auf dem System drauf.
Version 8.4.9-7

du hast bei der Konfiguration auch den KOMPLETTEN Pfad zu TCL angegeben
Beispiel :
Zitat>./configure --with-tclinc=$HOME/html/tcl/include/tcl.h --with-tcllib=$HOME/html/tcl/lib/libtcl8.4.so
(Nur Beispiel bitte gegen realen Pfad tauschen)

Liu-Kang

Super! Vielen Dank!
Werde ich dann mal ausprobieren :)!