I have a little trouble using mysqltcl with eggdrop...
I have a server running with a Debian Sarge
I have an eggdrop 1.6.17, mysqltcl-2.30, tcl8.4, mysql 4.1 installed
If I run tclsh under the shell and type package require mysqltcl, everything is working fine and I success in connecting my sql database...
But using this package in my eggdrop make the following error happen:
Code: Select all
Tcl error in file 'eggdrop.conf':
This interpreter does not support stubs-enabled extensions.
while executing
"load /usr/lib/mysqltcl-2.30/libmysqltcl2.30.so"
("package ifneeded" script)
invoked from within
"package require mysqltcl"
Thanks for your help
Cheers
HawKs