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

	<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>2002-03-15T01:24:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-03-15T01:24:00-04:00</updated>

		<published>2002-03-15T01:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5407#p5407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5407#p5407"/>
		<title type="html"><![CDATA[Linking problems with 1.6.8 & 1.6.9]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5407#p5407"><![CDATA[
Try adding the path to LD_LIBRARY_PATH in your .profile or .bash_profile or whatever.<br><br>export LD_LIBRARY_PATH=/home/stdragon/mytcl<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Mar 15, 2002 1:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-03-14T22:20:00-04:00</updated>

		<published>2002-03-14T22:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5406#p5406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5406#p5406"/>
		<title type="html"><![CDATA[Linking problems with 1.6.8 & 1.6.9]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5406#p5406"><![CDATA[
libtcl8.4.so isnt in one of the system's standard library dirs (/lib /usr/lib /usr/local/lib on most systems). Get the admin to move/copy/symlink it into one of those dirs.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Mar 14, 2002 10:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-14T20:10:00-04:00</updated>

		<published>2002-03-14T20:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5403#p5403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5403#p5403"/>
		<title type="html"><![CDATA[Linking problems with 1.6.8 & 1.6.9]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5403#p5403"><![CDATA[
That helped me one step further, now it links successfully, but at the end it throws this at me:<br><br>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/home/juba/temp/eggdrop1.6.9/src'<br><br>./eggdrop: error in loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory<br>make: *** [modegg] Error 127<br><br><br>I checked, double checked and then checked again and the path to libtcl8.4.so is definitely correct...<br>While searching for the right pair of libtcl and tcl.h, I found references to several versions of tcl. I wonder if the system operator has messed it up. <p>Statistics: Posted by Guest — Thu Mar 14, 2002 8:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-03-14T18:14:00-04:00</updated>

		<published>2002-03-14T18:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5398#p5398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5398#p5398"/>
		<title type="html"><![CDATA[Linking problems with 1.6.8 & 1.6.9]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5398#p5398"><![CDATA[
looks like your tcl.h is out of sync with your tcl libs. find the ones you know are tcl8.4 and use --with-tclinc and --with-tcllib to specify them instead of relying on autodetect.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Mar 14, 2002 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-14T18:05:00-04:00</updated>

		<published>2002-03-14T18:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5396#p5396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5396#p5396"/>
		<title type="html"><![CDATA[Linking problems with 1.6.8 & 1.6.9]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5396#p5396"><![CDATA[
While linking my bot (compiling works ok) I get the following errors:<br><br>Linking eggdrop... <br><br>gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o <br>dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net<br>.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o us<br>ers.o  -L/usr/lib -ltcl -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs<br>`<br>tcl.o: In function `utf_converter':<br>/home/juba/temp/eggdrop1.6.9/src/tcl.c:310: undefined reference to `Tcl_GetByteA<br>rrayFromObj'<br>tcl.o: In function `init_tcl':<br>/home/juba/temp/eggdrop1.6.9/src/tcl.c:601: undefined reference to `Tcl_UtfToLow<br>er'<br>/home/juba/temp/eggdrop1.6.9/src/tcl.c:602: undefined reference to `Tcl_SetSyste<br>mEncoding'<br>/home/juba/temp/eggdrop1.6.9/src/tcl.c:616: undefined reference to `Tcl_SetSyste<br>mEncoding'<br>/home/juba/temp/eggdrop1.6.9/src/tcl.c:629: undefined reference to `Tcl_GetEncod<br>ing'<br>tclmisc.o: In function `tcl_md5':<br>/home/juba/temp/eggdrop1.6.9/src/tclmisc.c:598: undefined reference to `Tcl_GetB<br>yteArrayFromObj'<br>collect2: ld returned 1 exit status<br>make[1]: *** [../eggdrop] Error 1<br>make[1]: Leaving directory `/home/juba/temp/eggdrop1.6.9/src'<br>make: *** [modegg] Error 2<br><br>The tcl is version 8.4 and ./configure didn't report any errors.. I also have 1.4.4 running on the same machine which I compiled with no errors about a year ago.<br>The error messages seem to suggest something wrong with Tcl, but I can't figure out what.<br><br>Also, there was no reference to this case in compiling.FAQ.<br><p>Statistics: Posted by Guest — Thu Mar 14, 2002 6:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
