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

	<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-08-15T14:03:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-15T14:03:26-04:00</updated>

		<published>2004-08-15T14:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39808#p39808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39808#p39808"/>
		<title type="html"><![CDATA[Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39808#p39808"><![CDATA[
Ok i think i got it...after 2 days of trying... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  What u have to do ppl is <span style="text-decoration:underline"> ./configure --with-tcllin '/full/path/to/tlc.h' --with-tcllib '/full/path/to/tcllib8.4.so' </span> then <span style="text-decoration:underline">make configure </span> then <span style="text-decoration:underline"> make </span>..Eggdrop will give u the not found path to tcllib8.4.so not to worry now is the time to <span style="text-decoration:underline">setenv LD_LIBRARY_PATH '/path/to/tcl/library/' </span>afther that <strong class="text-strong">DO NOT ./configure</strong> instead write down <span style="text-decoration:underline">make</span> and now the will run fully then continue with <span style="text-decoration:underline">make install</span>..that is it.. but every time u log in to the shell account u have to write <span style="text-decoration:underline">setenv LD_LIBRARY_PATH '/path/to/tcl/library/'</span>..I am not shure but if u have a bash account u should write in to the bash profile file <strong class="text-strong">.bash_profile</strong> the following two line <div class="codebox"><p>Code: </p><pre><code>export TCLLIB="/path/to/tcl/lib/" export TCLINC="/path/to/tcl/include/"</code></pre></div>U can find this file in to your shell account...just ftp to it....ANd the miracle is done your eggdrop is working....Few i just realize that my shell account does not allow outgoing connections all work for nothing. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> ...doh does any one know a free shell account that will allow that ?(and i mean realy free not one of those register to 3 friendly companies and find the secret word) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">[/u]<p>Statistics: Posted by Guest — Sun Aug 15, 2004 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-14T19:49:08-04:00</updated>

		<published>2004-08-14T19:49:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39787#p39787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39787#p39787"/>
		<title type="html"><![CDATA[Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39787#p39787"><![CDATA[
Try this <a href="http://forum.egghelp.org/viewtopic.php?t=7894&amp;highlight=libtcl8+4" class="postlink">thread</a> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>As a side note, eggdrop cannot be run in root account.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Aug 14, 2004 7:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-14T14:21:27-04:00</updated>

		<published>2004-08-14T14:21:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39781#p39781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39781#p39781"/>
		<title type="html"><![CDATA[Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39781#p39781"><![CDATA[
Sorry to tag on, but this seems to be close to the problem I'm getting. I have Tcl 8.4 installed, and through either auto-detection/manual links, tcl is discovered and goes through the configuration, BUT, upon the test run of ./eggdrop -v.. <br><div class="codebox"><p>Code: </p><pre><code>Test run of ./eggdrop -v:./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directorymake: *** [modules] Error 127</code></pre></div>I've tried the 'make' command under my eggdrop account, which owns the files, and root, assuming it was some sort of access problem, but it appears to be something else... Any help would be appreciated, I have looked at the COMPILING-FAQ also, so don't rag on me please <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Also, this is both 1.6.16 and 1.6.17 RC1  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by Guest — Sat Aug 14, 2004 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2004-08-13T15:07:08-04:00</updated>

		<published>2004-08-13T15:07:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39761#p39761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39761#p39761"/>
		<title type="html"><![CDATA[Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39761#p39761"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>I. Tcl Detection and Installation        If ./configure does not correctly detect the location of your Tcl        library and header file, or if you experience errors related to Tcl        during linking, preform these steps:          1. Depending on what shell your using:            bash/ksh:              export LD_LIBRARY_PATH=&lt;path to DIRECTORY containing Tcl library&gt;:${LD_LIBRARY_PATH}            csh/tcsh/tclsh:              setenv LD_LIBRARY_PATH &lt;path to DIRECTORY containing Tcl library&gt;:${LD_LIBRARY_PATH}            Note that some OS's use a different environment variable to tell            ld where to look for a library. See the notes for your specific OS            above (if applicable).          2. Run the following command from your Eggdrop compilation directory             (this is all one command):            ./configure --with-tclinc='&lt;full path to tcl.h&gt;'            --with-tcllib='&lt;full path to Tcl library&gt;'          3. Continue compiling the bot as outlined in Section A., starting             with 'make config'.        If you do not have Tcl installed on your system, you can compile it in        your /home directory. Download Tcl from Tcl's SourceForge project page        at http://www.sourceforge.net/projects/tcl/, or from ActiveState at        ftp://tcl.activestate.com/pub/tcl/tcl8_4/. Read Tcl's README file for        help with compiling and installing it. After you compile Tcl, follow        the steps above to allow Eggdrop to detect Tcl.</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Fri Aug 13, 2004 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-13T11:48:36-04:00</updated>

		<published>2004-08-13T11:48:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39758#p39758</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39758#p39758"/>
		<title type="html"><![CDATA[Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39758#p39758"><![CDATA[
I used the information and well it did not work...its not the problem in linking to the tcl but in the test run when eggdrop is starting  the code again...<div class="codebox"><p>Code: </p><pre><code>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/house/Cvet/tcl/lib -ltcl8.3 -lm md5/md5c.o compat/*.o `catmod/mod.xlibs`/house/Cvet/tcl/lib/libtcl8.3.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()touch ../eggdropSuccessful compile: eggdropAll modules compiled.Test run of ./eggdrop -v:/usr/libexec/ld-elf.so.1: Shared object "libtcl8.3.so" not found*** Error code 1Stop in /house/Cvet/eggdrop1.6.16.</code></pre></div>I was wondering if the 8.3 version of tcl might be the problem? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> <br>Can anyone help?<br>Do i need to install tk also?<p>Statistics: Posted by Guest — Fri Aug 13, 2004 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-12T18:33:59-04:00</updated>

		<published>2004-08-12T18:33:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39722#p39722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39722#p39722"/>
		<title type="html"><![CDATA[Re:Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39722#p39722"><![CDATA[
Read ~doc/COMPILING-FAQ section E. Tcl Detection and Installation. See if that helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Aug 12, 2004 6:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-12T18:03:59-04:00</updated>

		<published>2004-08-12T18:03:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39721#p39721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39721#p39721"/>
		<title type="html"><![CDATA[Error what do i do?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39721#p39721"><![CDATA[
THis is what i get: <br><br>Successful compile: eggdrop<br><br><br>All modules compiled.<br><br>Test run of ./eggdrop -v:<br>/usr/libexec/ld-elf.so.1: Shared object "libtcl8.3.so" not found<br>*** Error code 1<br><br>Stop in /house/Cvet/eggdrop1.6.16.<br><br>THe problem is that Libtcl8.3so is not installed in usr/libexec/ but in <br>cvet/tcl/<br>can anyone tell me how to fix this eggdrop problem?<p>Statistics: Posted by Guest — Thu Aug 12, 2004 6:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
