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

	<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>2017-04-18T13:03:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-04-18T13:03:25-04:00</updated>

		<published>2017-04-18T13:03:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106145#p106145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106145#p106145"/>
		<title type="html"><![CDATA[Update, configuring and compiling TCL version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106145#p106145"><![CDATA[
<blockquote class="uncited"><div>A) I think you have to recompile the eggdrop again to "see" the newer version of TCL.</div></blockquote>Several years ago I installed the eggdrop, I honestly do not remember how it is recompiled. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br>Do I have to remove the bots from the IRC for that task?<br>Could you help me with that?<br><br><strong class="text-strong">Edit:</strong> I was able to achieve it but with negative results for my scripts.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Tue Apr 18, 2017 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2017-04-18T09:46:04-04:00</updated>

		<published>2017-04-18T09:46:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106144#p106144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106144#p106144"/>
		<title type="html"><![CDATA[Update, configuring and compiling TCL version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106144#p106144"><![CDATA[
A) I think you have to recompile the eggdrop again to "see" the newer version of TCL.<br><br>B) I use Mint Linux that uses relies on Ubuntu's repository and they have TCL version 8.4.16-2 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>C &amp; D) It should be backwards compatible unless some features have been deprecated and thus removed/replaced with something else. In case of problems you can always remove the version you just installed and return to CentOS's TCL version by installing it back via yum. This is why i told you to remove it via yum before installing the 8.6.6 version.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Apr 18, 2017 9:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-04-18T06:22:30-04:00</updated>

		<published>2017-04-18T06:22:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106143#p106143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106143#p106143"/>
		<title type="html"><![CDATA[Update, configuring and compiling TCL version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106143#p106143"><![CDATA[
<blockquote class="uncited"><div>If you do:<div class="codebox"><p>Code: </p><pre><code>yum list tcl tcl-devel</code></pre></div>what's the result?</div></blockquote><blockquote class="uncited"><div>Paquetes instalados<br>tcl.x86_64                            1:8.5.13-8.el7                       @base<br>tcl-devel.x86_64                      1:8.5.13-8.el7                       @base<br>Paquetes disponibles<br>tcl.i686                              1:8.5.13-8.el7                       base<br>tcl-devel.i686                        1:8.5.13-8.el7                       base</div></blockquote><blockquote class="uncited"><div>If you go the path I said above...</div></blockquote><blockquote class="uncited"><div>Petición HTTP enviada, esperando respuesta... 200 OK<br>Longitud: 9553805 (9,1M) [application/x-gzip]<br>Grabando a: “tcl8.6.6-src.tar.gz”<br><br>100%[======================================&gt;] 9.553.805   29,8MB/s   en 0,3s<br><br>2017-04-18 12:43:46 (29,8 MB/s) - “tcl8.6.6-src.tar.gz” guardado [9553805/955380                             5]</div></blockquote>I only downloaded the file to see if the link worked.<br>The doubts I have are:<br>A) is it compatible with my eggdrop v1.6.21 or is it indifferent to the version of eggdrop you have?<br>B) TCL 8.6.6 version does not appear in the yum list as package available that means some compatibility problem?<br>C) can affect or give some error with my previous scripts?<br>D) Is the change reversible (downgrade) if it gives me some error in my scripts that I have for several years?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Tue Apr 18, 2017 6:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2017-04-18T01:12:21-04:00</updated>

		<published>2017-04-18T01:12:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106140#p106140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106140#p106140"/>
		<title type="html"><![CDATA[Update, configuring and compiling TCL version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106140#p106140"><![CDATA[
If you do:<div class="codebox"><p>Code: </p><pre><code>yum list tcl tcl-devel</code></pre></div>what's the result?<br><br>I had 8.6.5 installed and I'm installing 8.6.6 now with:<div class="codebox"><p>Code: </p><pre><code>wget http://downloads.sourceforge.net/tcl/tcl8.6.6-src.tar.gztar zxf tcl8.6.6-src.tar.gzcd tcl8.6.6/unixconfigure optionsmakemake testmake install</code></pre></div>Edit: And done without any errors. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>If you go the path I said above be sure to remove the current version first with:<div class="codebox"><p>Code: </p><pre><code>yum remove tcl</code></pre></div>then continue with the steps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Apr 18, 2017 1:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2017-04-17T18:40:02-04:00</updated>

		<published>2017-04-17T18:40:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106138#p106138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106138#p106138"/>
		<title type="html"><![CDATA[Update, configuring and compiling TCL version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106138#p106138"><![CDATA[
I was reading to inform me of the update of the version of my TCL, <a href="https://www.tcl.tk/software/tcltk/download.html" class="postlink">here</a> and <a href="https://www.tcl.tk/doc/howto/compile.html" class="postlink">here</a>.<br><br>Because my English is very basic, I want a summary, <span style="text-decoration:underline">step of step</span>, of how to do these tasks without making mistakes.<br><br>Data:<blockquote class="uncited"><div>running eggdrop v1.6.21<br>OS: Linux 3.10.23-xxxx-std-ipv6-64-vps (CentOS 64 bits)<br>Tcl library: /usr/share/tcl8.5<br>Tcl version: 8.5.13 (header version 8.5.13)</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Mon Apr 17, 2017 6:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
