<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10950" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-12-07T17:39:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10950</id>

		<entry>
		<author><name><![CDATA[RyanH]]></name></author>
		<updated>2005-12-07T17:39:00-04:00</updated>

		<published>2005-12-07T17:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58053#p58053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58053#p58053"/>
		<title type="html"><![CDATA[Mysql.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58053#p58053"><![CDATA[
I actually modified mysql_mod.h in the mysql.mod directory, which had an include to mysql/mysql.h. I changed the include to /usr/local/include/mysql/mysql.h and now all is well. Thanks for your help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7075">RyanH</a> — Wed Dec 07, 2005 5:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-12-06T23:57:54-04:00</updated>

		<published>2005-12-06T23:57:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58026#p58026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58026#p58026"/>
		<title type="html"><![CDATA[Mysql.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58026#p58026"><![CDATA[
its not the age, you should read the message more carefully:<blockquote class="uncited"><div>.././mysql.mod/mysql_mod.h:34:25: mysql/mysql.h: No such file or directory </div></blockquote>this is the only fatal error I can see. It basicly tells you it cannot find the mysql header files.<br><br>PS: damn, demond dared to be faster a few sec <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Dec 06, 2005 11:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-06T23:57:04-04:00</updated>

		<published>2005-12-06T23:57:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58025#p58025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58025#p58025"/>
		<title type="html"><![CDATA[Mysql.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58025#p58025"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.././mysql.mod/mysql_mod.h:34:25: mysql/mysql.h: No such file or directory </code></pre></div>that means mySQL client library header wasn't found<br><br>check out your mySQL installation, the client lib and header in particular; see Buffy_25's thread in this forum for hints<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 06, 2005 11:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[RyanH]]></name></author>
		<updated>2005-12-06T19:18:39-04:00</updated>

		<published>2005-12-06T19:18:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58020#p58020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58020#p58020"/>
		<title type="html"><![CDATA[Mysql.mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58020#p58020"><![CDATA[
I have failed attempts with fbsql and mysqltcl, I am closer to getting fbsql to work, I must say, but I'd much rather have this working.<br><br>The following is errors from mysql.mod 0.6 compilation using standard gmake (after gmake config of course). MySQL version is quite a bit outdated, being 4.0.xx and TCL is v8.3.<div class="codebox"><p>Code: </p><pre><code>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H  -I/usr/local/include/mysql -I/usr/local/include/tcl8.3/generic `mysql_config --cflags` -DMAKING_MODS -c .././mysql.mod/mysql.cIn file included from .././mysql.mod/mysql_mod.h:32,                 from .././mysql.mod/mysql.c:24:../../../src/mod/module.h:190:1: warning: "list_delete" redefinedIn file included from .././mysql.mod/mysql.c:24:.././mysql.mod/mysql_mod.h:31:1: warning: this is the location of the previous definition.././mysql.mod/mysql_mod.h:34:25: mysql/mysql.h: No such file or directory.././mysql.mod/mysql.c:31: error: syntax error before '*' token.././mysql.mod/mysql.c:31: warning: type defaults to `int' in declaration of `dbc'.././mysql.mod/mysql.c:31: warning: data definition has no type or storage class.././mysql.mod/mysql.c: In function `tcl_mysql_connect':.././mysql.mod/mysql.c:152: warning: implicit declaration of function `mysql_init'.././mysql.mod/mysql.c:152: warning: assignment makes pointer from integer without a cast.././mysql.mod/mysql.c:166: warning: implicit declaration of function `mysql_real_connect'.././mysql.mod/mysql.c:171: warning: implicit declaration of function `mysql_error'.././mysql.mod/mysql.c:171: warning: passing arg 2 of `Tcl_AppendToObj' makes pointer from integer without a cast.././mysql.mod/mysql.c: In function `tcl_mysql_query':.././mysql.mod/mysql.c:200: error: `MYSQL_RES' undeclared (first use in this function).././mysql.mod/mysql.c:200: error: (Each undeclared identifier is reported only once.././mysql.mod/mysql.c:200: error: for each function it appears in.).././mysql.mod/mysql.c:200: error: `result' undeclared (first use in this function).././mysql.mod/mysql.c:202: error: syntax error before "row".././mysql.mod/mysql.c:209: warning: implicit declaration of function `mysql_query'.././mysql.mod/mysql.c:212: warning: passing arg 2 of `Tcl_AppendToObj' makes pointer from integer without a cast.././mysql.mod/mysql.c:218: warning: implicit declaration of function `mysql_store_result'.././mysql.mod/mysql.c:220: warning: implicit declaration of function `mysql_num_fields'.././mysql.mod/mysql.c:224: error: `row' undeclared (first use in this function).././mysql.mod/mysql.c:224: warning: implicit declaration of function `mysql_fetch_row'.././mysql.mod/mysql.c:233: warning: implicit declaration of function `mysql_free_result'.././mysql.mod/mysql.c: In function `tcl_mysql_escape':.././mysql.mod/mysql.c:267: warning: implicit declaration of function `mysql_real_escape_string'.././mysql.mod/mysql.c:268: warning: implicit declaration of function `mysql_escape_string'.././mysql.mod/mysql.c: In function `tcl_mysql_errno':.././mysql.mod/mysql.c:283: warning: implicit declaration of function `mysql_errno'.././mysql.mod/mysql.c: In function `tcl_mysql_ping':.././mysql.mod/mysql.c:295: warning: implicit declaration of function `mysql_ping'.././mysql.mod/mysql.c: In function `tcl_mysql_insert_id':.././mysql.mod/mysql.c:332: warning: implicit declaration of function `mysql_insert_id'.././mysql.mod/mysql.c: In function `tcl_mysql_affected_rows':.././mysql.mod/mysql.c:354: warning: implicit declaration of function `mysql_affected_rows'.././mysql.mod/mysql.c: In function `closedb':.././mysql.mod/mysql.c:362: warning: implicit declaration of function `mysql_close'*** Error code 1Stop in /usr/home/Shell/Advanced/runuen/eggdrop1.6.17/src/mod/mysql.mod.*** Error code 1</code></pre></div>Not sure what is going on here, but everything I seem to try with these MySQL modules fail, could it be because of me running such an outdated MySQL? Thanks for reading, and replying if you so choose.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7075">RyanH</a> — Tue Dec 06, 2005 7:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
