I'm trying to install a tcl-script, but it gives me the error:
Code: Select all
[08:26:46] can't find package tdom
while executing
"package require tdom"
(file "scripts/omertaPrices.tcl" line 42)
invoked from within
"source scripts/omertaPrices.tcl"
(file "eggdrop.conf" line 1422)
Code: Select all
apt-get install tdom
make
make install
make tcldomsh
make install
Thanks for the advice!