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

	<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-04-08T10:22:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-04-08T10:22:11-04:00</updated>

		<published>2004-04-08T10:22:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35303#p35303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35303#p35303"/>
		<title type="html"><![CDATA[Compile/Linkage...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35303#p35303"><![CDATA[
This is quoted from the default README file that comes with every bot:<br><br>6l. I GET "ld-elf.so.1: Shared object "libtcl80.so.1" not found" or<br>        "eggdrop: error in loading shared libraries libtcl8.1.so: \<br>        cannot open shared object file: No such file or directory" WHEN I TRY<br>        TO START MY BOT.<br><br>      './configure' is looking in the wrong place for Tcl; it looks like it<br>      compiled with one version of Tcl and tries to load another. Maybe your<br>      sysadmin upgraded Tcl and didn't tell you. In that case, you should just<br>      need to recompile your bot.<br><br>      Maybe, when upgrading, he didn't clean the old version of Tcl and<br>      './configure' is looking for the files in the wrong places, or trying<br>      to use different versions of tcl.h and libtcl*. Smack your admin and<br>      have him install Tcl properly. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>      You can also try:<br><br>        ./configure --with-tcllib=&lt;path-to-tcl-lib&gt;<br>                    --with-tclinc=&lt;path-to-tcl-inc&gt;<br><br>      This will tell configure where to look for the Tcl files.<br><br>      Try looking for libtcl by:<br><br>        ls /usr/lib/libtcl*<br>        ls /usr/local/lib/libtcl*<br><br>      Try looking for tcl.h by:<br><br>        ls /usr/include/tcl.h<br>        ls /usr/local/include/tcl.h<br><br>        If everything else fails, try to install Tcl to your home dir <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>       <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Thu Apr 08, 2004 10:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-07T11:43:47-04:00</updated>

		<published>2004-04-07T11:43:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35287#p35287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35287#p35287"/>
		<title type="html"><![CDATA[Compile/Linkage...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35287#p35287"><![CDATA[
when compileing i get the following...<br><br>Linking eggdrop...<br><br>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/usr/local/ActiveTcl/lib -ltcl8.5 -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/home/tfzbot/eggdrop1.6.15/src'<br><br>./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory<br>make: *** [modegg] Error 127<p>Statistics: Posted by Guest — Wed Apr 07, 2004 11:43 am</p><hr />
]]></content>
	</entry>
	</feed>
