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.

TCL + MySQL

Old posts that have not been replied to for several years.
Locked
D
Duffy

Post by Duffy »

Im currently working on a new TCL for my channel bots ..

The server admin wont install MyTCL, is there any other way of using MySQL and TCL ?

Thanks in advance :wink: *** ^Duffy^
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Why does he have to install it? You can compile it yourself and load it using 'load'

D
Duffy

Post by Duffy »

Hmmm .... God damn, why didnt I think of that .... *stupid stupid stupid*

.... *^Duffy^*
c
cinder
Voice
Posts: 10
Joined: Sun Apr 14, 2002 8:00 pm
Location: Gloucester, UK
Contact:

Post by cinder »

guppy wrote:Why does he have to install it? You can compile it yourself and load it using 'load'
Can you expand on that please? I've compiled MyTCL in my home directory, but want to know how to load it in a tcl script. Ta.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

To load the package, simply use

load /full/path/to/mytcl.so
Locked