| View previous topic :: View next topic |
| Author |
Message |
amn3si3 Voice
Joined: 23 Jan 2006 Posts: 1
|
Posted: Mon Jan 23, 2006 6:00 am Post subject: i need help with mysqltcl ! |
|
|
Hello everybody,
Im trying to use mysqldb with eggdrop. to realize that i need to install mysqltcl or something like that.
I tried a few times to install it but it doesnt work.
At a shellforum i found a thread where a guy just use the libmysqltcl3.01.so without installing the hole programm.
i cant find that file anywhere ... may one of u guys compiled mysqltcl3.01 and could give me a link to dl that libmysqltcl3.01.so file !
i hope anyone can help me ...
thousand thanks
mfg amnesie |
|
| Back to top |
|
 |
caesar Mint Rubber

Joined: 14 Oct 2001 Posts: 3741 Location: Mint Factory
|
Posted: Mon Jan 23, 2006 5:07 pm Post subject: |
|
|
Could you post the url of that thread or a copy/paste of the how he/she managed to accomplished that? 'libmysqltcl3.01.so' if I'm not wrong is a compiled file from the mysqltcl library. _________________ Once the game is over, the king and the pawn go back in the same box. |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Tue Jan 24, 2006 12:32 am Post subject: |
|
|
what that guy on shellforum probably meant is he installed just the client mySQL library (not the whole server), which you should also do in case you don't have it on your host (you might have mySQL server but no client lib)
mysqltcl is simply Tcl interface to mySQL client library, which is needed to communicate with db
and no, you can't get it from another guy and hope it will work for you (unless you both run exactly the same OS, system libs and mySQL server versions) _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
| Back to top |
|
 |
|