Hello everyone, I am running server of NetBSD5.0 and I have thoose problems when I trying to install eggdrop:
./configure
[...]
checking for Tcl library... found /usr/local/lib/libtcl84.so
checking for Tcl header... found /usr/local/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.4
checking for Tcl patch level... 8.4.15
checking for Tcl_Free in -ltcl84... yes
checking for TclpFinalizeThreadData in -ltcl84... no
[...]
make
[...]
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 match.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/lib -ltcl84 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
touch ../eggdrop
Successful compile: eggdrop
All modules compiled.
Test run of ./eggdrop -v:
Shared object "libtcl84.so" not found
*** Error code 1
Stop.
make: stopped in /home/billy/eggdrop1.6.18
#
So ... when I have make ./configure and make config no problems just finding tcl .. but when I run make there have some problemst tcl not found Can anyone help?
PS:
nt001$ ldd eggdrop
eggdrop:
-ltcl84 => not found
-lc.12 => /usr/lib/libc.so.12
-lm.0 => /usr/lib/libm.so.0
nt001$
So where from can I get -ltcl84