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

	<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-01-09T06:29:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[masskilla]]></name></author>
		<updated>2002-01-09T06:29:00-04:00</updated>

		<published>2002-01-09T06:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3625#p3625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3625#p3625"/>
		<title type="html"><![CDATA[Help me with this compile error ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3625#p3625"><![CDATA[
Hi guppy<br><br>Well I had the same problem, you told me to do what I told him =P <br><br>And it worked.. *shrugs*<br><br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=105">masskilla</a> — Wed Jan 09, 2002 6:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-01-09T00:27:00-04:00</updated>

		<published>2002-01-09T00:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3617#p3617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3617#p3617"/>
		<title type="html"><![CDATA[Help me with this compile error ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3617#p3617"><![CDATA[
<blockquote class="uncited"><div>On 2002-01-08 08:47, masskilla wrote:<br><br>You need to find where ld-elf.so.1 is (try: find / -name "ls-elf.so.1" -print 2&gt;/dev/null ) then do: export LD_LIBRARY_PATH=path/to/ld-elf.so.1<br></div></blockquote>Why ld-elf.so.1? He would want to set it to the path where libtcl8.3.so is ... not ld-elf.so.1<br><br>Jeff<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Wed Jan 09, 2002 12:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masskilla]]></name></author>
		<updated>2002-01-08T11:47:00-04:00</updated>

		<published>2002-01-08T11:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3592#p3592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3592#p3592"/>
		<title type="html"><![CDATA[Help me with this compile error ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3592#p3592"><![CDATA[
Hi kapot<br><br>You need to find where ld-elf.so.1 is (try: find / -name "ls-elf.so.1" -print 2&gt;/dev/null ) then do: export LD_LIBRARY_PATH=path/to/ld-elf.so.1<br><br>Theen try again.<br>That _should_ work.<br><br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=105">masskilla</a> — Tue Jan 08, 2002 11:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-07T18:42:00-04:00</updated>

		<published>2002-01-07T18:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3574#p3574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3574#p3574"/>
		<title type="html"><![CDATA[Help me with this compile error ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3574#p3574"><![CDATA[
Because my machine does not have TcL, I installed TcL 8.3.4 in my home directory, /home/cibe.<br>Before executing ./configure, I set :<br>export TCLINC=/home/cibe/tcl/include<br>export TCLLIB=/home/cibe/tcl/lib<br><br>then everything went fine .. ./configure fine.<br><br>But, I got error (see below) with 'make' <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>What should I do next? can egg1.6.8 use TcL from home directory ?<br><br>Please help me, thanks,<br><br>==== compile log ====<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.o<br>rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o  tcluser.o userent.o userrec.o users.o <br>-L/home/cibe/tcl/lib -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>/home/cibe/tcl/lib/libtcl83.so: warning: tmpnam() possibly used unsafely; consider using<br>mkstemp()<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br><br>/usr/libexec/ld-elf.so.1: Shared object "libtcl83.so" not found<br>*** Error code 1<br><br>Stop in /usr/home/cibe/eggdrop1.6.8.<br><p>Statistics: Posted by Guest — Mon Jan 07, 2002 6:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
