This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

mysqltcl + eggdrop

Old posts that have not been replied to for several years.
Locked
H
HawKs
Voice
Posts: 2
Joined: Sun Apr 24, 2005 11:44 pm

mysqltcl + eggdrop

Post by HawKs »

Hi all,

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"
Any idea how I could fixe this ?

Thanks for your help

Cheers

HawKs
H
HawKs
Voice
Posts: 2
Joined: Sun Apr 24, 2005 11:44 pm

Post by HawKs »

Problem is solved.

I recompiled the eggdrop, and it working now... Not really understand what this come from.

Cheers,
Locked