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.

Search found 8 matches

by Aimar`
Thu Sep 06, 2007 10:00 am
Forum: Modules & Programming
Topic: Yes, Mysql.mod again :/
Replies: 10
Views: 20158

Ok, as u know from yesterday env path to mysql_config is set correctly, mod compiled with some warnings ... but now i'm in point from which i started... after i do any connection to mysql from bot it just die... but by diffrent way than in first post in this thread ( •6:41PM• * NoF (aimar@xxx) Quit ...
by Aimar`
Wed Sep 05, 2007 5:28 pm
Forum: Modules & Programming
Topic: Yes, Mysql.mod again :/
Replies: 10
Views: 20158

aimar@p17:~$ /usr/local/mysql/bin/mysql_config --cflags -I/usr/local/mysql/include/mysql So, mysql_config tells you that header-files for libmyqsl are located at /usr/local/mysql/include/mysql. When properly set up, this line would automatically be inserted into the gcc commandline when compiling t...
by Aimar`
Wed Sep 05, 2007 5:11 pm
Forum: Scripting Help
Topic: str_replace
Replies: 2
Views: 2227

thanks, love ya :)
by Aimar`
Wed Sep 05, 2007 3:36 pm
Forum: Modules & Programming
Topic: Yes, Mysql.mod again :/
Replies: 10
Views: 20158

Ok, so way to fix it is just an adding these compiler flags... but what if i get this: aimar@p17:~$ `mysql_config` --cflags -bash: mysql_config: command not found -bash: --cflags: command not found aimar@p17:~$ locate mysql_config /usr/local/mysql/bin/mysql_config /usr/local/mysql/man/man1/mysql_con...
by Aimar`
Wed Sep 05, 2007 3:15 pm
Forum: Scripting Help
Topic: str_replace
Replies: 2
Views: 2227

str_replace

Hey, i wrote own script to fetch & display some data and now i got one outgoing variable called $username - it's first and only one arg from tcl which is POSTed in http URL to fetch back result from this query... Now the problem is... when some1 type !command text[space]next_part I don't want to...
by Aimar`
Mon Sep 03, 2007 5:29 am
Forum: Modules & Programming
Topic: Yes, Mysql.mod again :/
Replies: 10
Views: 20158

ok, found mysql_config, included it in mysql.h and now it looks like that: include lines in mysql_mod.h: #define list_delete egg_list_delete #include "src/mod/module.h" #undef list_delete #include </usr/local/mysql/include/mysql/mysql.h> #include </usr/local/mysql/bin/mysql_config> Errors ...
by Aimar`
Wed Aug 29, 2007 5:28 pm
Forum: Modules & Programming
Topic: Yes, Mysql.mod again :/
Replies: 10
Views: 20158

saw that too... but what that means?

command not found, so what i need? include additional libraries? or what?
by Aimar`
Wed Aug 29, 2007 1:10 pm
Forum: Modules & Programming
Topic: Yes, Mysql.mod again :/
Replies: 10
Views: 20158

Yes, Mysql.mod again :/

Hey guys, actually i read alot threads here about that mod, found way to fix mysql.h etc etc got it compiled but with errors which makes it un-usefully ... when i try to use any binded mysql command in tcl my bot crashes with only that •6:41PM• * NoF (aimar@xxx) Quit (Remote host closed the connecti...