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

	<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-09-19T18:28:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-19T18:28:09-04:00</updated>

		<published>2002-09-19T18:28:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11142#p11142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11142#p11142"/>
		<title type="html"><![CDATA[Problem with eggdrop linking/install]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11142#p11142"><![CDATA[
resolved thanks to some help on #eggdrop@undernet<br><br>(export LD_LIBRARY_PATH=/path/to/lib)<p>Statistics: Posted by Guest — Thu Sep 19, 2002 6:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-19T14:20:51-04:00</updated>

		<published>2002-09-19T14:20:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11120#p11120</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11120#p11120"/>
		<title type="html"><![CDATA[Problem with eggdrop linking/install]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11120#p11120"><![CDATA[
Thank you for your help but... I have run /usr/sbin/ldconfig as root, ./configure --with-goodparams, make config, make clean, make... And I still get the same f*cking error message...<br><br>Anyone, please tell me if you got an idea !<br><br>thank you<p>Statistics: Posted by Guest — Thu Sep 19, 2002 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-19T13:59:46-04:00</updated>

		<published>2002-09-19T13:59:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11116#p11116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11116#p11116"/>
		<title type="html"><![CDATA[Problem with eggdrop linking/install]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11116#p11116"><![CDATA[
You need to update your ld config. I beleive the command is ldconfig.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Sep 19, 2002 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-19T13:53:21-04:00</updated>

		<published>2002-09-19T13:53:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11115#p11115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11115#p11115"/>
		<title type="html"><![CDATA[Problem with eggdrop linking/install]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11115#p11115"><![CDATA[
Hi all,<br><br>I'm trying to install eggdrop on my shell and when compiling and running it I get an error :<br><blockquote class="uncited"><div>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/home/magnet/eggdrop1.6.12/src'<br><br>./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory</div></blockquote>(this is not the first time I compile eggdrop and never got that error)<br><br>Of course, I have read the FAQ! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div>"    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: \"</div></blockquote>It is told to:<br><blockquote class="uncited"><div>        ./configure --with-tcllib=&lt;path-to-tcl-lib&gt;<br>                    --with-tclinc=&lt;path-to-tcl-inc&gt;<br>      Try looking for libtcl by:<br>        ls /usr/lib/libtcl*<br>        ls /usr/local/lib/libtcl*<br>      Try looking for tcl.h by:<br>        ls /usr/include/tcl.h<br>        ls /usr/local/include/tcl.h</div></blockquote>what I actually did :<br><blockquote class="uncited"><div>[magnet@hera eggdrop1.6.12]$ ls /usr/local/lib/libtcl*<br>/usr/local/lib/libtcl8.3.so  /usr/local/lib/libtclstub8.3.a<br>[magnet@hera eggdrop1.6.12]$ <br><br>[magnet@hera eggdrop1.6.12]$ ls /usr/local/include/tcl.h<br>/usr/local/include/tcl.h<br>[magnet@hera eggdrop1.6.12]$ </div></blockquote>so I run ./configure --with-tcllib=/usr/local/lib/libtcl8.3.so --with-tclinc=/usr/local/include/tcl.h<br><br><strong class="text-strong">The configure script finds tcl out !:</strong><br><blockquote class="uncited"><div>checking for Tcl library... using /usr/local/lib/libtcl8.3.so<br>checking for Tcl header... using /usr/local/include/tcl.h<br>checking whether the Tcl system has changed... yes<br>checking for Tcl version... 8.3<br>checking for Tcl patch level... 8.3.4<br>checking for Tcl_Free in -ltcl8.3... yes<br>checking for TclpFinalizeThreadData in -ltcl8.3... no</div></blockquote><br><br><strong class="text-strong">But IT STILL DOES NOT WORK :'( !!</strong><br><br>TCLSH is working fine <br><blockquote class="uncited"><div>[magnet@hera eggdrop1.6.12]$ tclsh8.3 <br>% exit<br>[magnet@hera eggdrop1.6.12]$ </div></blockquote><br>I am root on the server and I installed tcl8.3, with no problem at compiling...<br><br>Server infos :<blockquote class="uncited"><div>[magnet@hera eggdrop1.6.12]$ uname -a<br>Linux hera 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown unknown GNU/Linux<br>[magnet@hera eggdrop1.6.12]$ </div></blockquote>running Debian GNU/Linux Woody<br>using Tcl8.3.4<br><br><br>Please help me, it is greatly appreciated <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> If you need further information to get my problem resolved just ask... Thx!<br><br>-- Magnet<p>Statistics: Posted by Guest — Thu Sep 19, 2002 1:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
