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

	<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>2016-09-30T06:34:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[d3n]]></name></author>
		<updated>2016-09-30T06:34:10-04:00</updated>

		<published>2016-09-30T06:34:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105479#p105479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105479#p105479"/>
		<title type="html"><![CDATA[Can't startup eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105479#p105479"><![CDATA[
You can do this command, if not work do the under commands <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><strong class="text-strong">sudo apt-get install -y libtcl8.6 tcl8.6-dev<br>./configure --with-tcllib=/usr/lib/x86_64-linux-gnu/libtcl8.6.so --with-tclinc=/usr/include/tcl8.6/tcl.h</strong><br><br><br><br>-------------------------------------------------------------------------------------<br><br>You can see here <strong class="text-strong"><a href="http://www.greenend.org.uk/rjk/tech/inline.html" class="postlink">http://www.greenend.org.uk/rjk/tech/inline.html</a></strong><br><br>If u want more for GCC5 go here <strong class="text-strong"><a href="https://gcc.gnu.org/gcc-5/porting_to.html" class="postlink">https://gcc.gnu.org/gcc-5/porting_to.html</a></strong><br><br>Now do : make distclean . delete all files to create ./configure and make<br><br>for your problem u do resolve GNU89<br><br>do this:<br><br><strong class="text-strong">CFLAGS="-std=gnu89" ./configure --with-tcllib=/usr/lib/x86_64-linux-gnu/libtcl8.6.so --with-tclinc=/usr/include/tcl8.6/tcl.h</strong><br><br><strong class="text-strong">and not this :</strong><br><br>./configure --with-tcllib=/usr/lib/x86_64-linux-gnu/libtcl8.6.so --with-tclinc=/usr/include/tcl8.6/tcl.h<br><br><br>sorry for my bad english....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12641">d3n</a> — Fri Sep 30, 2016 6:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Froggaard]]></name></author>
		<updated>2016-09-29T22:51:06-04:00</updated>

		<published>2016-09-29T22:51:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105478#p105478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105478#p105478"/>
		<title type="html"><![CDATA[Can't startup eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105478#p105478"><![CDATA[
Hello.<br><br>When i trying to startup my Eggdrop i got the following error<blockquote class="uncited"><div>Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads<br>[04:49:33] --- Loading eggdrop v1.6.21 (Fri Sep 30 2016)<br>[04:49:33] *** FAILED REALLOC misc.c (105)<br>[04:49:33] * Last context: tclhash.c/242 []<br>[04:49:33] * Please REPORT this BUG!<br>[04:49:33] * Check doc/BUG-REPORT on how to do so.<br>[04:49:33] * Wrote DEBUG<br>[04:49:33] * SEGMENT VIOLATION -- CRASHING!<br>Segmentation fault (core dumped)</div></blockquote>I have tried to search it, but can't find any usefull info about in.<br><br>My setup is:<br>Ubuntu 16.04<br>Eggdrop: 1.6.21<br>TCL 8.6.6<br><br>My DEBUG files looks like this<blockquote class="uncited"><div>Debug (eggdrop v1.6.21) written Fri Sep 30 04:49:33 2016<br>Full Patch List:<br>Tcl library: /usr/local/lib/tcl8.6<br>Tcl version: 8.6.6 (header version 8.6.5)<br>Tcl is threaded<br>Configure flags:  '--with-tclinc=/usr/include/tcl8.6/tcl.h' '--with-tcllib=/usr/lib/x86_64-linux-gnu/libtcl8.6.so' 'CFLAGS=-std=gnu89'<br>Compile flags: gcc -std=gnu89 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H<br>Link flags: gcc<br>Strip flags: touch<br>Context: main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         main.c/969, []<br>         tclhash.c/218, []<br>         tclhash.c/242 []<br><br>SOCK ADDR     PORT  NICK      HOST              TYPE<br>---- -------- ----- --------- ----------------- ----<br><br>Compiled without extensive memory debugging (sorry).<br>Open sockets: 5 (file), done.</div></blockquote>Anyone know what to do from here?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12566">Froggaard</a> — Thu Sep 29, 2016 10:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
