I had to install tcl in dirs that i have write access to, but these are not the default dirs eggdrop configure looks for. i get this as a solution to the error:
re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options.
but have no idea how to do this... i know the full path name of the dirs the two specified files are in, but how do i run configure with those options?
here is what i tried:
Code: Select all
[anarchyst_blu@******* ~/eggdrop1.6.17]$ ~/eggdrop1.6.17]$ ./configure --with-tcllib=/home/*******.org/anarchyst_blu/tcl/libtcl8.4.so --with-tclinc=/home/thetalon.org/anarchyst_blu/tcl/tcl.h
Code: Select all
[anarchyst_blu@******* ~/eggdrop1.6.17]$ ~/eggdrop1.6.17]$ ./configure --with-tcllib='/home/*******.org/anarchyst_blu/tcl/libtcl8.4.so' --with-tclinc='/home/thetalon.org/anarchyst_blu/tcl/tcl.h'