Hallo ...
Ich kann ./configure bei der Installation von meinem Eggdrop nicht komplett ausführen..
es fehlen im wohl dinge für TCL
er bringt folgende fehlermeldung..
checking for Tcl library... found /usr/local/ActiveTcl/lib/libtcl8.4.so
checking for Tcl header... not found
wie kann ich diese TCL header installieren ?
Stefan
./configure hat jetzt geklappt..
aber jett führt er as "make" nicht komplett aus
kommt folgende fehlermeldung:
root@server104-han:/home/eggdrop1.6.13# make
make[1]: Entering directory `/home/eggdrop1.6.13/src'
(This may take a while. Go get some runts.)
make[2]: Entering directory `/home/eggdrop1.6.13/src/md5'
make[2]: Nothing to be done for `md5'.
make[2]: Leaving directory `/home/eggdrop1.6.13/src/md5'
make[2]: Entering directory `/home/eggdrop1.6.13/src/compat'
make[2]: Nothing to be done for `compat'.
make[2]: Leaving directory `/home/eggdrop1.6.13/src/compat'
---------- Yeah! that's the compiling, now the linking! ----------
Linking eggdrop...
gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/local/ActiveTcl/lib -ltcl8.4 -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop
make[1]: Leaving directory `/home/eggdrop1.6.13/src'
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127
root@server104-han:/home/eggdrop1.6.13#
Stefan