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

	<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-09-02T03:22:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bcs1]]></name></author>
		<updated>2005-09-02T03:22:03-04:00</updated>

		<published>2005-09-02T03:22:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55197#p55197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55197#p55197"/>
		<title type="html"><![CDATA[Eggdrop Compiling on FC 2 fails (aka, I'm Lost here...Help?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55197#p55197"><![CDATA[
<blockquote class="uncited"><div>reinstall Tcl</div></blockquote><br>DUUUUUDDDDDDEEEEE!!!!<br><br><br><br>/me bows to teh m4st3r<br><br>damn  i don't know what to say except:<br><br>Thanks Sir<br>Bill<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6432">bcs1</a> — Fri Sep 02, 2005 3:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-02T02:31:40-04:00</updated>

		<published>2005-09-02T02:31:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55191#p55191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55191#p55191"/>
		<title type="html"><![CDATA[Eggdrop Compiling on FC 2 fails (aka, I'm Lost here...Help?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55191#p55191"><![CDATA[
reinstall Tcl<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Sep 02, 2005 2:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bcs1]]></name></author>
		<updated>2005-09-02T02:11:13-04:00</updated>

		<published>2005-09-02T02:11:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55189#p55189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55189#p55189"/>
		<title type="html"><![CDATA[Eggdrop Compiling on FC 2 fails (aka, I'm Lost here...Help?)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55189#p55189"><![CDATA[
searched and read till my eyes hurt, soo i guess i'll break down and ask......<br>Thanks in advance all<br>Bill<br><br>The info below doesn't change whether i use 1.6.10 or 1.6.17 and doesn't change whether it's make or gmake (if that helps?)<br>Fedora Core 2 system runs great, compiles IRCD fine, but when i go to setup the server uptime monitoring bot i get the following error(s).<blockquote class="uncited"><div>gmake[1]: Entering directory `/home/bcs1/eggdrop1.6.10/src'<br>(This may take a while.  Go get some runts.)<br>gmake[2]: Entering directory `/home/bcs1/eggdrop1.6.10/src/md5'<br>gmake[2]: Nothing to be done for `md5'.<br>gmake[2]: Leaving directory `/home/bcs1/eggdrop1.6.10/src/md5'<br>gmake[2]: Entering directory `/home/bcs1/eggdrop1.6.10/src/compat'<br>gmake[2]: Nothing to be done for `compat'.<br>gmake[2]: Leaving directory `/home/bcs1/eggdrop1.6.10/src/compat'<br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop... <br><br>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 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/lib -ltcl -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>/usr/lib/libtcl.so: undefined reference to `__memcpy_chk@GLIBC_2.3.4'<br>/usr/lib/libtcl.so: undefined reference to `__fprintf_chk@GLIBC_2.3.4'<br>/usr/lib/libtcl.so: undefined reference to `__strcat_chk@GLIBC_2.3.4'<br>/usr/lib/libtcl.so: undefined reference to `__sprintf_chk@GLIBC_2.3.4'<br>collect2: ld returned 1 exit status<br>gmake[1]: *** [../eggdrop] Error 1<br>gmake[1]: Leaving directory `/home/bcs1/eggdrop1.6.10/src'<br>gmake: *** [modegg] Error 2</div></blockquote> then i'm taken back to my cmd prompt.<br> I've asked 4 people so far to look at this, and they've all said they've never seen that. AFAIK all the needed programs are installed, even had to yum a few things (according to one guy) to update the system, which is cool because that enabled the compile/install of the ircd.<br>uname -a returns the following:<br>[bcs1@sex eggdrop1.6.10]$ uname -a<br>Linux sex.***********.com 2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 EDT 2004 i686 i686 i386 GNU/Linux<br>[bcs1@sex eggdrop1.6.10]$ <br>and yes i blanked the domain name out because we do not have the system dns'd yet<br><br>thanks again all<br>hope i put(ask) this in the right place<br>Bill<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6432">bcs1</a> — Fri Sep 02, 2005 2:11 am</p><hr />
]]></content>
	</entry>
	</feed>
