<?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/4050" />

	<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>2003-04-04T09:04:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-04T09:04:46-04:00</updated>

		<published>2003-04-04T09:04:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18569#p18569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18569#p18569"/>
		<title type="html"><![CDATA[module with mysql-support]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18569#p18569"><![CDATA[
thx a lot! the soultion was too simple for me to get it myself  <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 Guest — Fri Apr 04, 2003 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-04-04T04:08:05-04:00</updated>

		<published>2003-04-04T04:08:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18534#p18534</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18534#p18534"/>
		<title type="html"><![CDATA[module with mysql-support]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18534#p18534"><![CDATA[
You have two options:<br><br>1. Install the mysql libraries in a place like /usr/lib and run /sbin/ldconfig so the system knows about them.<br><br>2. Wherever they are installed (say /home/you/lib), add that dir to your LD_LIBRARY_PATH before starting eggdrop. In .bash_profile for instance, do, export LD_LIBRARY_PATH=/home/you/lib<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Apr 04, 2003 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-04T01:06:11-04:00</updated>

		<published>2003-04-04T01:06:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18517#p18517</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18517#p18517"/>
		<title type="html"><![CDATA[module with mysql-support]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18517#p18517"><![CDATA[
Hi,<br><br>I coded a module that uses the mysql-api to do some querys.<br>After a while I figured out that I have to compile eggdrop and the modules static to get the module to work.<br>Before this I got the error "eggdrop: error while loading shared libraries: foo.so undefined symbol: mysql_init"<br><br>Is there a way to tell eggdrop where to find the .so that contains the mysql-functions, so I don't have to compile as static?<br><br>thx in advance!<p>Statistics: Posted by Guest — Fri Apr 04, 2003 1:06 am</p><hr />
]]></content>
	</entry>
	</feed>
