Wenn ich auf meinem vserver tcl installieren möchte bekomme ich folgenden fehler:
./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
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