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

	<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>2013-07-11T23:48:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2013-07-11T23:48:42-04:00</updated>

		<published>2013-07-11T23:48:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101847#p101847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101847#p101847"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101847#p101847"><![CDATA[
its looks successfully installed this time. kill your bot and over compile again :<br>./configure --with-/points/the/directories and then hopefully your bot gonna have that .... thing 'g'<br><br>for example : (this is from my bash history..dont forget to change the directory ways)<div class="codebox"><p>Code: </p><pre><code>./configure --with-tcllib=$HOME/local/lib/libtcl8.6.so --with-tclinc=$HOME/local/include/tcl.hexport LD_LIBRARY_PATH=$HOME/local/lib:${LD_LIBRARY_PATH}export TCL_LIBRARY=$HOME/local/lib/tcl8.6make configmake make install DEST=/home/heartbroken/bot</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Thu Jul 11, 2013 11:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-11T19:10:57-04:00</updated>

		<published>2013-07-11T19:10:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101846#p101846</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101846#p101846"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101846#p101846"><![CDATA[
I've tried this as root as well, so I imagine permissions shouldn't cause an issue?<br>** might have figured it out **<br><br>There was a symbolic link (see the red) that was pointing to an invalid spot.  Took that out, and it seems to have installed properly from what I can tell.  <br><br>Check this out, and if so, what should the next step be?<br><br><br><a href="http://pastebin.com/BqVpDKwM" class="postlink">http://pastebin.com/BqVpDKwM</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Thu Jul 11, 2013 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2013-07-11T23:43:55-04:00</updated>

		<published>2013-07-11T17:06:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101845#p101845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101845#p101845"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101845#p101845"><![CDATA[
so your tcl located into /usr/local  and looks like tls already installed there.maybe the problem about on permissions (chmod settings) for that directory or  tls damaged there . i  cannot be so sure ...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Thu Jul 11, 2013 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-11T16:47:10-04:00</updated>

		<published>2013-07-11T16:47:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101844#p101844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101844#p101844"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101844#p101844"><![CDATA[
<blockquote class="uncited"><div><a href="http://postimg.org/image/hklrjy52v/" class="postlink">http://postimg.org/image/hklrjy52v/</a><br><a href="http://postimg.org/image/51v5efg81/" class="postlink">http://postimg.org/image/51v5efg81/</a><br><br>tls should install with tcl ..not in* tcl .<br>i did that couple of times before on my Shell account.i installed localy <br>tls ,trf ,tcllib .. all other extra tcl packages with tcl not in tcl directory.<br>so .  <div class="codebox"><p>Code: </p><pre><code>./configure --prefix=/usr/include</code></pre></div> or <div class="codebox"><p>Code: </p><pre><code>./configure --prefix=/usr/local</code></pre></div> i dunno wherever  the tcl located in your system.</div></blockquote><br>I'm not sure...  Regardless of what path I enter for that prefix, I get the same 'cannot create directory'<br><br><a href="http://i.imgur.com/TtDUiaX.png" class="postlink">http://i.imgur.com/TtDUiaX.png</a><br><div class="codebox"><p>Code: </p><pre><code>root@neocharles:/home/neocharles/tls/tls1.6# whereis tcltcl: /usr/lib/tcl8.6 /usr/local/lib/tcl8.6 /usr/include/tcl8.6</code></pre></div><div class="codebox"><p>Code: </p><pre><code>root@neocharles:/home/neocharles/tls/tls1.6# whereis tlstls: /usr/local/lib/tls1.6 /usr/include/tls.hroot@neocharles:/home/neocharles/tls/tls1.6#</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Thu Jul 11, 2013 4:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2013-07-11T16:29:08-04:00</updated>

		<published>2013-07-11T16:29:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101843#p101843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101843#p101843"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101843#p101843"><![CDATA[
<a href="http://postimg.org/image/hklrjy52v/" class="postlink">http://postimg.org/image/hklrjy52v/</a><br><a href="http://postimg.org/image/51v5efg81/" class="postlink">http://postimg.org/image/51v5efg81/</a><br><br>tls should install with tcl ..not in* tcl .<br>i did that couple of times before on my Shell account.i installed localy <br>tls ,trf ,tcllib .. all other extra tcl packages with tcl not in tcl directory.<br>so .  <div class="codebox"><p>Code: </p><pre><code>./configure --prefix=/usr/include</code></pre></div> or <div class="codebox"><p>Code: </p><pre><code>./configure --prefix=/usr/local</code></pre></div> i dunno wherever  the tcl located in your system.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Thu Jul 11, 2013 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-11T16:08:59-04:00</updated>

		<published>2013-07-11T16:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101842#p101842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101842#p101842"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101842#p101842"><![CDATA[
<a href="http://pastebin.com/eW1PCzyq" class="postlink">http://pastebin.com/eW1PCzyq</a><br><br>Still gives an error<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Thu Jul 11, 2013 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2013-07-11T15:41:11-04:00</updated>

		<published>2013-07-11T15:41:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101841#p101841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101841#p101841"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101841#p101841"><![CDATA[
remove that ' '   just :<div class="codebox"><p>Code: </p><pre><code>./configure --prefix=path/to/tcl</code></pre></div>for example :<div class="codebox"><p>Code: </p><pre><code>./configure --prefix=$HOME/local</code></pre></div>if tls already exits ,it should overwrite/replace the old one.<br>but if you gonna use same tls instaliation path now again, dont forget  to type  " make clean " first. (i mean for your this second attempt start with "make clean" and go on ...)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Thu Jul 11, 2013 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-11T14:29:11-04:00</updated>

		<published>2013-07-11T14:29:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101840#p101840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101840#p101840"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101840#p101840"><![CDATA[
Ummm, not sure if it's already installed or not working properly...<br><br><div class="codebox"><p>Code: </p><pre><code>$ ./configure --prefix='/usr/include/tcl8.6'checking for correct TEA configuration... ok (TEA 3.6)checking for Tcl configuration... found /usr/local/lib/tclConfig.shchecking for existence of /usr/local/lib/tclConfig.sh... loadingconfigure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr/localchecking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables...checking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ANSI C... none neededchecking how to run the C preprocessor... gcc -Echecking for a BSD-compatible install... /usr/bin/install -cchecking whether make sets $(MAKE)... yeschecking for ranlib... ranlibchecking for egrep... grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking if the compiler understands -pipe... yeschecking whether byte ordering is bigendian... nochecking for sin... nochecking for main in -lieee... yeschecking for main in -linet... nochecking net/errno.h usability... nochecking net/errno.h presence... nochecking for net/errno.h... nochecking for connect... yeschecking for gethostbyname... yeschecking dirent.h... yeschecking errno.h usability... yeschecking errno.h presence... yeschecking for errno.h... yeschecking float.h usability... yeschecking float.h presence... yeschecking for float.h... yeschecking values.h usability... yeschecking values.h presence... yeschecking for values.h... yeschecking limits.h usability... yeschecking limits.h presence... yeschecking for limits.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking sys/wait.h usability... yeschecking sys/wait.h presence... yeschecking for sys/wait.h... yeschecking dlfcn.h usability... yeschecking dlfcn.h presence... yeschecking for dlfcn.h... yeschecking sys/param.h usability... yeschecking sys/param.h presence... yeschecking for sys/param.h... yeschecking for Tcl public headers... /usr/local/includechecking for pthread_mutex_init in -lpthread... yeschecking for building with threads... yes (default)checking how to build libraries... sharedchecking if 64bit support is requested... nochecking if 64bit Sparc VIS support is requested... nochecking system version... Linux-2.6.32-042stab078.22checking for dlopen in -ldl... yeschecking for ar... archecking for required early compiler flags...  _LARGEFILE64_SOURCEchecking for 64-bit integer type... using longchecking for build with symbols... nochecking for SSL directory... /usrchecking if libgcc is needed to resolve openssl symbols... nochecking for tclsh... /usr/local/bin/tclsh8.6configure: creating ./config.statusconfig.status: creating Makefile$ make installmkdir: cannot create directory '/usr/local/lib/tls1.6': File existsmake: *** [install-lib-binaries] Error 1</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Thu Jul 11, 2013 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2013-07-11T03:37:24-04:00</updated>

		<published>2013-07-11T03:37:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101836#p101836</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101836#p101836"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101836#p101836"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>wget http://garr.dl.sourceforge.net/project/tls/tls/1.6/tls1.6-src.tar.gztar -zxf tls1.6-src.tar.gzcd tls1.6./configure --prefix='path/to/tcl'make install</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Thu Jul 11, 2013 3:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-10T20:35:17-04:00</updated>

		<published>2013-07-10T20:35:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101835#p101835</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101835#p101835"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101835#p101835"><![CDATA[
<blockquote class="uncited"><div>Install the Tcl tls package. Should not be that hard. Google helps finding the package.</div></blockquote><div class="codebox"><p>Code: </p><pre><code>apt-get -y --force-yes -f install tcl-tls ..Reading package lists...Building dependency tree...Reading state information...tcl-tls is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Wed Jul 10, 2013 8:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Johannes13]]></name></author>
		<updated>2013-07-09T06:19:32-04:00</updated>

		<published>2013-07-09T06:19:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101813#p101813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101813#p101813"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101813#p101813"><![CDATA[
Install the Tcl tls package. Should not be that hard. Google helps finding the package.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11381">Johannes13</a> — Tue Jul 09, 2013 6:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2013-07-08T08:00:21-04:00</updated>

		<published>2013-07-08T08:00:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101809#p101809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101809#p101809"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101809#p101809"><![CDATA[
Hmm! Then Wait For Someone Other To SOlve Your Issue!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Mon Jul 08, 2013 8:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-08T07:28:10-04:00</updated>

		<published>2013-07-08T07:28:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101808#p101808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101808#p101808"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101808#p101808"><![CDATA[
The goal is to not use tcl8.5.<br><br>Installed tcllib however.  Also previously installed was tcl-tls.<br><br><a href="http://pastebin.com/axaA2Cgn" class="postlink">http://pastebin.com/axaA2Cgn</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Mon Jul 08, 2013 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2013-07-08T03:27:40-04:00</updated>

		<published>2013-07-08T03:27:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101806#p101806</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101806#p101806"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101806#p101806"><![CDATA[
Try To Install<div class="codebox"><p>Code: </p><pre><code>sudo apt-get install tcl8.5 sudo apt-get install tcllib</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Mon Jul 08, 2013 3:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[neocharles]]></name></author>
		<updated>2013-07-07T19:21:26-04:00</updated>

		<published>2013-07-07T19:21:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101802#p101802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101802#p101802"/>
		<title type="html"><![CDATA[Attempting to Compile, Why won't it include tls?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101802#p101802"><![CDATA[
I am not sure why I cannot get this to work...<br><br>Just installed Ubuntu Server 13.04, and am compiling my eggdrop.<br><div class="codebox"><p>Code: </p><pre><code>./configure  --with-tcllib='/usr/local/lib/libtcl8.6.so' --with-tclinc='/usr/include/tcl8.6/tcl.h' --with-handlen=15</code></pre></div>openssl is installed<div class="codebox"><p>Code: </p><pre><code>OpenSSL 1.0.1c 10 May 2012</code></pre></div>However, when I load up webby, in the partyline I see:<div class="codebox"><p>Code: </p><pre><code>Webby: Found zlib package. Fast lane activated![6:45pm]Webby: https NOT supported: tls package NOT found.</code></pre></div><br>How can I fix this?  I saw some documentation <a href="https://github.com/eggheads/eggdrop-1.8/blob/master/doc/TLS" class="postlink">here</a>, but the switches it references do not work with ./configure<br><br>It also appears it may not be using gzip or something... as I do not believe this output is correct:<div class="codebox"><p>Code: </p><pre><code>&lt;@neocharles&gt; !webby gizmodo.com&lt;Oracle&gt;  Gizmodo - The Gadget Guide ( http://tinyurl.com/suee2 )( 200; text/html; utf-8; 110912 bytes )&lt;Oracle&gt; The Gadget Guide</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12227">neocharles</a> — Sun Jul 07, 2013 7:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
