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

	<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>2004-07-21T13:47:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-21T13:47:08-04:00</updated>

		<published>2004-07-21T13:47:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38925#p38925</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38925#p38925"/>
		<title type="html"><![CDATA[netbsd compile error: libtcl84.so: undefined reference]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38925#p38925"><![CDATA[
Checked your network settings? Resolv.conf is OK? Running a router/firewall?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jul 21, 2004 1:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-21T03:50:36-04:00</updated>

		<published>2004-07-21T03:50:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38905#p38905</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38905#p38905"/>
		<title type="html"><![CDATA[netbsd compile error: libtcl84.so: undefined reference]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38905#p38905"><![CDATA[
that doesnt seem to help =(<p>Statistics: Posted by Guest — Wed Jul 21, 2004 3:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-03T18:04:43-04:00</updated>

		<published>2004-07-03T18:04:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38172#p38172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38172#p38172"/>
		<title type="html"><![CDATA[netbsd compile error: libtcl84.so: undefined reference]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38172#p38172"><![CDATA[
On the odd occassion that I actually get bored enough to delve into Gentoo I run an eggdrop.  In my config I set "set my-ip" to my actual IP and not either "localhost" or "127.0.0.1" and never have a drama. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Jul 03, 2004 6:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-02T18:20:14-04:00</updated>

		<published>2004-07-02T18:20:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38144#p38144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38144#p38144"/>
		<title type="html"><![CDATA[netbsd compile error: libtcl84.so: undefined reference]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38144#p38144"><![CDATA[
okay, i symlinked libtcl84.so.1 to /usr/lib   and it works.... but now i cant telnet to it lol =(<br>i swear im cursed to never have my eggdrop work<br><div class="codebox"><p>Code: </p><pre><code># telnet localhost 28384Trying 127.0.0.1...Connected to localhost.Escape character is '^]'.</code></pre></div>It just sits there... i can type and stuff but i get no prompt or anything =/<br><br>I notice the bot connects to the irc when i use the -n option.<br>Also, when i connect i have to wait for the DNS resolve for 127.0.0.1 to fail, and then telnet starts working<br><br>And thanks to the people in #linux on gamesurge and #eggdrop on freenode for helping me get this far =)<p>Statistics: Posted by Guest — Fri Jul 02, 2004 6:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-02T17:20:57-04:00</updated>

		<published>2004-07-02T17:20:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38143#p38143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38143#p38143"/>
		<title type="html"><![CDATA[netbsd compile error: libtcl84.so: undefined reference]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38143#p38143"><![CDATA[
i edited the Makefile and added -lpthread to the "XLIBS" line:<div class="codebox"><p>Code: </p><pre><code>XLIBS = -L/usr/pkg/lib -ltcl84 -lm -lpthread</code></pre></div>and now when i run make i get this:<div class="codebox"><p>Code: </p><pre><code>All modules compiled.Test run of ./eggdrop -v:Shared object "libtcl84.so.1" not found*** Error code 1Stop.make: stopped in /home/terminal/eggdrop1.6.16</code></pre></div><p>Statistics: Posted by Guest — Fri Jul 02, 2004 5:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-01T23:49:01-04:00</updated>

		<published>2004-07-01T23:49:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38124#p38124</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38124#p38124"/>
		<title type="html"><![CDATA[netbsd compile error: libtcl84.so: undefined reference]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38124#p38124"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>---------- Yeah! That's the compiling, now the linking! ----------Linking eggdrop: (standard build).gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o  dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o  modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o  userent.o userrec.o users.o  -L/usr/pkg/lib -ltcl84 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_attr_destroy'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_create'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_getspecific'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_attr_init'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_exit'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_key_delete'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_attr_setscope'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_cond_broadcast'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_once'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_key_create'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_attr_setstacksize'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_cond_init'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_mutex_unlock'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_self'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_mutex_lock'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_cond_wait'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_cond_destroy'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_mutex_init'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_attr_setdetachstate'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_join'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_cond_timedwait'/usr/pkg/lib/libtcl84.so: undefined reference to `pthread_setspecific'*** Error code 1Stop.make: stopped in /home/terminal/eggdrop1.6.16/src*** Error code 1Stop.make: stopped in /home/terminal/eggdrop1.6.16</code></pre></div><p>Statistics: Posted by Guest — Thu Jul 01, 2004 11:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
