Eggdrop und TCL
vossi 13.01.2004 - 02:03 896 6
vossi
been there, done that
|
Wollte jetzt mal den eggdrop IRC Bot + TCl Scripting ausprobieren und stehe vor folgendem Problem. Beim ./configure des Eggrops meldet er folgendes: checking for Tcl library... found /usr/lib/libtcl8.3.so.1 checking for Tcl header... not found checking whether the Tcl system has changed... yes configure: error:
I can't find Tcl on this system.
Eggdrop requires Tcl to compile. If you already have Tcl installed on this system, and I just wasn't looking in the right place for it, set the environment variables TCLLIB and TCLINC so I will know where to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h' (respectively). Then run 'configure' again.
Read the README file if you don't know what Tcl is or how to get it and install it.
wmc:/opt/eggdrop# gut .. erster gedanke .. installiern wir einfach TCl nach per apt-get install tcllib apt-get install tcl8.3 trotzdem unverändert steht das TCl nicht vorhanden ist. Weiss jemand vielleicht ob ich etwas vergessen hab oder überseh ich einfach nur den Fehler
|
Troy
Vereinsmitgliedamateur
|
nur ein gedanke, aber apt-cache search tcl (header)
alles, was dir relevant erscheinen mag, installieren - doppelte pakete werden sowieso ignoriert. Ist nur (m)ein Gedanke - falls du es scho probiert hast - i weiß um die zeit a net weiter - a versuch wars wert.
|
vossi
been there, done that
|
ja da stehen so elendigsviele pakete .. und das (header) versteh ich auch nicht
|
alex5612
VereinsmitgliedRadiomann
|
tcl8.4-dev - Tcl (the Tool Command Language) v8.4 - development files
oder 8.2 oder 8.3 oder wwi könnte interessant sein für dich wennst selbst was backen tust
|
Smoldi
rape diem
|
Eggdrop requires Tcl to compile. If you already have Tcl installed on this system, and I just wasn't looking in the right place for it, set the environment variables TCLLIB and TCLINC so I will know where to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h' (respectively). Then run 'configure' again. such die zwei files (evtl. 'where tcl' oder im build directory) und setz die environment variables
Bearbeitet von Smoldi am 14.01.2004, 08:22 (typo)
|
vossi
been there, done that
|
tcl8.4-dev - Tcl (the Tool Command Language) v8.4 - development files
oder 8.2 oder 8.3 oder wwi könnte interessant sein für dich wennst selbst was backen tust perfekt danke alex haut hin btw: und wie setz ich environment variables?
Bearbeitet von vossi am 14.01.2004, 01:43
|
Smoldi
rape diem
|
|