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

	<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-03-18T19:25:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2004-03-18T19:25:43-04:00</updated>

		<published>2004-03-18T19:25:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34785#p34785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34785#p34785"/>
		<title type="html"><![CDATA[Error when I run Make]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34785#p34785"><![CDATA[
put /usr/local/lib into /etc/ld.so.conf and run ldconfig. or if on bsd do a ldconfig -m /usr/local/lib<br>many many posts on this forum about this exact same question.. try getting more friendly with the search function <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Thu Mar 18, 2004 7:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-18T12:19:57-04:00</updated>

		<published>2004-03-18T12:19:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34752#p34752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34752#p34752"/>
		<title type="html"><![CDATA[Error when I run Make]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34752#p34752"><![CDATA[
<blockquote class="uncited"><div>I tried it and then ran ./configure --libdir=/usr/local/lib/<br><br>...clip...<br><br>Any more ideas? thanks anyway!</div></blockquote>What OS are you on?  If Solaris try this:<br><br>LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH<br>export LD_LIBRARY_PATH<br><br>&amp; retry<p>Statistics: Posted by Guest — Thu Mar 18, 2004 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TALES]]></name></author>
		<updated>2004-01-01T18:06:06-04:00</updated>

		<published>2004-01-01T18:06:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32055#p32055</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32055#p32055"/>
		<title type="html"><![CDATA[Error when I run Make]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32055#p32055"><![CDATA[
<a href="http://forum.egghelp.org/viewtopic.php?t=4469" class="postlink">And this isnt working ??</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4104">TALES</a> — Thu Jan 01, 2004 6:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-31T08:33:07-04:00</updated>

		<published>2003-12-31T08:33:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32022#p32022</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32022#p32022"/>
		<title type="html"><![CDATA[Error when I run Make]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32022#p32022"><![CDATA[
I tried it and then ran ./configure --libdir=/usr/local/lib/<br><br>the process checks for the files:<br><br>checking for Tcl library... found /usr/local/lib/libtcl8.4.so<br>checking for Tcl header... found /usr/local/include/tcl.h<br>checking whether the Tcl system has changed... yes<br>checking for Tcl version... 8.4<br>checking for Tcl patch level... 8.4.5<br>checking for Tcl_Free in -ltcl8.4... yes<br>checking for TclpFinalizeThreadData in -ltcl8.4... no<br><br><br>but again, in the end I get:<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/lib -ltcl8.4 -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/eggdrop1.6.15/src'<br><br>./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory<br>make: *** [modegg] Error 127<br><br><br>Any more ideas? thanks anyway!<p>Statistics: Posted by Guest — Wed Dec 31, 2003 8:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-31T08:26:21-04:00</updated>

		<published>2003-12-31T08:26:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32021#p32021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32021#p32021"/>
		<title type="html"><![CDATA[Error when I run Make]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32021#p32021"><![CDATA[
./configure --help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Dec 31, 2003 8:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-31T06:35:01-04:00</updated>

		<published>2003-12-31T06:35:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32018#p32018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32018#p32018"/>
		<title type="html"><![CDATA[Error when I run Make]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32018#p32018"><![CDATA[
Hey guys,<br><br>I'm pretty new to Linux and Eggdrop, but I am trying to run my own bot. I did a ./configure and all went well, but when I enter the make command, I get the following error:<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/lib -ltcl8.4 -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/eggdrop1.6.15/src'<br><br>./eggdrop: error while 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 for that file libtcl8.4.so and it is on my computer @ /usr/local/lib/libtcl8.4.so<br><br><br>Can somebody please assist me on what to do next because I am all out of ideas <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br>Thanks in advance!!!<p>Statistics: Posted by Guest — Wed Dec 31, 2003 6:35 am</p><hr />
]]></content>
	</entry>
	</feed>
