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 on win32 problem

Old posts that have not been replied to for several years.
Locked
e
eggy_dude

mysqltcl on win32 problem

Post by eggy_dude »

I downloaded a compiled version of mysqltcl for win32. but when a script that uses it tries to load it I get this:
...........
[11:28] Tcl error in file 'eggdrop.conf':
[11:28] couldn't find procedure Mysql_Init
while executing
"load lib/mysqltcl/libmySQL.dll "
invoked from within
"if {[info commands mysqlconnect] == ""} { load lib/mysqltcl/libmySQL.dll }"
(file "scripts/NewZ/nuke.tcl" line 12)
invoked from within
"source scripts/NewZ/nuke.tcl"
(file "eggdrop.conf" line 1357)
[11:28] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
I dont know how to fix this :( please help me.

Best Regards,
Alex.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Not much you can do. Try compiling it yourself, or get another version or something.
Locked