Fehler bei der Installation von tcl

ripsta

Grünschnabel
Wenn ich auf meinem vserver tcl installieren möchte bekomme ich folgenden fehler:
checking for Tcl library... found /lib/libtcl8.3.so
checking for Tcl header... not found
configure: error:

I can't find Tcl on this system.

Eggdrop now 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.

./configure --with-tcl-inc=$HOME/include --with-tcl-lib=$HOME/lib funktioniert auch nicht, obwohl die tcl.h sich ebenfalls in diesem folder befindet... weiß wer, was zu tun ist?

mfg
 
Also so wie es aussieht versuchst du das Package eggdrop und nicht tcl zu installieren kann das sein?

Gruß

RedWing
 
Dann versuch mal mit export die zwei nötigen Systemvariablen(TCLLIB and TCLINC) auf
das Verz wo sich deine tcl.h und deine TCL Libs befinden zu setzen und versuch dann configure nochmal zu starten.

Gruß

RedWing
 
cd ~
tar -zxvf tcl8.3.2.tar.gz ###(falls das nicht klappt: gunzip tcl8.3.2.tar.gz;tar -xpf tcl8.3.2.tar)
cd tcl8.3.2/unix
./configure --prefix=$HOME --enable-shared
make install
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib

ich habs nach der anleitung gemacht...
 
sollte kein vorwurf sein, wollte nur anmerken, dass man darauf auch in andern Bereich immer achten sollte.
 

Neue Beiträge

Zurück