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

	<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-07-11T15:26:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-11T15:26:56-04:00</updated>

		<published>2002-07-11T15:26:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8794#p8794</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8794#p8794"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8794#p8794"><![CDATA[
ppslim,<br><br>Sorry, didn't read that last post correctly.  Tried that, with both the system's 8.3 tcl, and my own compiled tcl 8.4 in my home directory.  And get pretty much the same error:<br><br>---------- Yeah! that's the compiling, now the linking! ----------<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 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/arpa/tz/w/wasabi/tcl8.4b1/unix -ltcl84 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br><br>Shared object "libtcl84.so" not found<br>*** Error code 1<br><br>Stop.<br>--------------------------------------------------<br><br>Any other suggestions?  Thank you.<br><br>Wasabi-EGG<p>Statistics: Posted by Guest — Thu Jul 11, 2002 3:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-11T13:52:37-04:00</updated>

		<published>2002-07-11T13:52:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8791#p8791</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8791#p8791"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8791#p8791"><![CDATA[
As stated in my previous reply, youu are specifying the directory, and not trhe file.<br><br>If you read the output of the error, it states "The file is invalid", not "The directory is invalid".<br><br>You should use /usr/pkg/lib/libtcl83.so for the library and /usr/pkg/include/tcl.h for the include file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jul 11, 2002 1:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-11T12:45:41-04:00</updated>

		<published>2002-07-11T12:45:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8790#p8790</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8790#p8790"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8790#p8790"><![CDATA[
ppslim,<br><br>I did try the --with options.  But this is what I get:<br>---------------------------------------------------------------<br>[127:wasabi/temp/eggdrop1.6.10&gt; ./configure --with-tcllib=/usr/pkg/lib --with-tclinc=/usr/pkg/include<br><br>This is Eggdrop's GNU configure script.<br>It's going to run a bunch of strange tests to hopefully<br>make your compile work without much twiddling.<br><br>checking for gcc... gcc<br>checking for C compiler default output... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for executable suffix... <br>checking for object suffix... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking how to run the C preprocessor... gcc -E<br>checking for AIX... no<br>checking for POSIXized ISC... no<br>checking for minix/config.h... no<br>checking whether the compiler understands -pipe... yes<br>checking whether make sets ${MAKE}... yes<br>checking for ranlib... ranlib<br>checking for a BSD compatible install... /usr/bin/install -c<br>checking whether ln -s works... yes<br>checking for strip... strip<br>checking for gawk... no<br>checking for mawk... no<br>checking for nawk... no<br>checking for awk... awk<br>checking for basename... basename<br>checking for uname... uname<br>checking system type... NetBSD<br>checking system release... 1.5.3_ALPHA<br>checking for socket in -lsocket... no<br>checking for connect in -lnsl... no<br>checking for gethostbyname in -ldns... no<br>checking for dlopen in -ldl... no<br>checking for tan in -lm... yes<br>checking for pthread_mutex_init in -lpthread... no<br>checking for __pthread_mutex_init in -lpthread... no<br>checking for pthread_mutex_init in -lpthreads... no<br>checking for pthread_mutex_init... no<br>checking for dirent.h that defines DIR... yes<br>checking for opendir in -ldir... no<br>checking for sys/wait.h that is POSIX.1 compatible... yes<br>checking for sys/time.h... yes<br>checking whether time.h and sys/time.h may both be included... yes<br>checking for sys/select.h... yes<br>checking for sys/rusage.h... no<br>checking for unistd.h... yes<br>checking for dlfcn.h... yes<br>checking for stdarg.h... yes<br>checking for std_args.h... no<br>checking for strings.h... yes<br>checking for limits.h... yes<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... (cached) yes<br>checking for inttypes.h... yes<br>checking for stdint.h... no<br>checking for unistd.h... (cached) yes<br>checking for pid_t... yes<br>checking for size_t... yes<br>checking for gcc -pipe option to accept ANSI C... none needed<br>checking for an ANSI C-conforming const... yes<br>checking whether byte ordering is bigendian... no<br>checking for inline... inline<br>checking for long... yes<br>checking size of long... 8<br>checking for int... yes<br>checking size of int... 4<br>checking for clock... yes<br>checking for getrusage... yes<br>checking for setpgid... yes<br>checking for uname... yes<br>checking for sigaction... yes<br>checking for sigemptyset... yes<br>checking for rename... yes<br>checking for strcasecmp... yes<br>checking for strncasecmp... yes<br>checking for getdtablesize... yes<br>checking for memset... yes<br>checking for random... yes<br>checking for srandom... yes<br>checking for dlopen... yes<br>checking for dprintf... no<br>checking for snprintf... yes<br>checking for vsnprintf... yes<br>checking for isascii... yes<br>checking for inet_aton... yes<br>checking for memcpy... yes<br>checking for strftime... yes<br>checking for fsync... yes<br>checking for vsprintf... yes<br>checking for broken libsafe sscanf... no<br>configure: warning:<br><br>  The file '/usr/pkg/lib' given to option --with-tcllib is not valid.<br>  configure will now attempt to autodetect both the Tcl library and header...<br><br>configure: warning:<br><br>  The file '' given to option --with-tclinc is not valid.<br>  configure will now attempt to autodetect both the Tcl library and header...<br><br>checking for Tcl library... using /lib<br>checking for Tcl header... using /<br>checking whether the Tcl system has changed... yes<br>checking for Tcl version... <br>checking for Tcl patch level... <br>configure: error:<br><br>  Your Tcl version is much too old for Eggdrop to use.<br>  I suggest you download and compile a more recent version.<br>  The most reliable current version is 8.3.3 and<br>  can be downloaded from <a href="ftp://ftp.eggheads.org/pub/tcl/tcl8_3/" class="postlink">ftp://ftp.eggheads.org/pub/tcl/tcl8_3/</a><br>------------------------------------------------------------------------------<br><br>I am sure that's the path to the system's lib and include:<br>[0:wasabi/temp/eggdrop1.6.10&gt; ls /usr/pkg/lib/libtcl*<br>/usr/pkg/lib/libtcl83.a           /usr/pkg/lib/libtcl83.so          /usr/pkg/lib/libtcl83.so.1.0<br>/usr/pkg/lib/libtcl83.la          /usr/pkg/lib/libtcl83.so.1        /usr/pkg/lib/libtclstub83.a<br><br>[0:wasabi/temp/eggdrop1.6.10&gt; ls /usr/pkg/include/tcl*<br>/usr/pkg/include/tcl.h            /usr/pkg/include/tclDecls.h<br>---------------------------------------------------------------------------<br><br>So what am I doing wrong?  Thanks for your help.<br><br>Wasabi-EGG<p>Statistics: Posted by Guest — Thu Jul 11, 2002 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-11T04:43:02-04:00</updated>

		<published>2002-07-11T04:43:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8785#p8785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8785#p8785"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8785#p8785"><![CDATA[
Asd stated in the error output, you should try typing the file in the --with-tcllib, rather than just the directory.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jul 11, 2002 4:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-11T04:35:16-04:00</updated>

		<published>2002-07-11T04:35:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8782#p8782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8782#p8782"/>
		<title type="html"><![CDATA[TCL Compile Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8782#p8782"><![CDATA[
Hi,<br><br>I am getting pretty much the same error.<br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop... <br><br>gcc -o ../eggdrop botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o  dccutil.o flags.o language.o main.o mem.o misc.o  modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o  tclmisc.o tcluser.o userent.o userrec.o users.o md5/md5c.o  -L/arpa/tz/w/wasabi/tcl8.4b1/unix -ltcl84 -lm<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br><br>Shared object "libtcl84.so" not found<br>*** Error code 1<br><br>Stop.<br>----------------<br><br>I am not root.  And don't seem to have access to ldconfig command.  I am on : NetBSD 1.5.3_ALPHA.<br><br>Tried compiling different versions from 1.4.5 to 1.6.10.  Still same errors.  Also tried to look for precompiled bots for NetBSD.  But found none.<br>Tried compiling with the "./configure --with-tcllib=/usr/pkg/lib --with-tclinc=/usr/pkg/include" command.<br>Get a config error: <br>-------------------------<br>checking space left in file database struct... (cached) 48/512 bytes<br>   (standard is currently 48/512 bytes)<br>configure: warning:<br><br>  The file '/usr/pkg/lib' given to option --with-tcllib is not valid.<br>  configure will now attempt to autodetect both the Tcl library and header...<br><br>checking for Tcl library... not found<br>checking for Tcl header... found /usr/pkg/include/tcl.h<br>configure: error:<br><br>  I can't find Tcl on this system.<br><br>  Eggdrop now requires Tcl to compile.  If you already have Tcl<br>  installed on this system, and I just wasn't looking in the right<br>  place for it, set the environment variables TCLLIB and TCLINC so<br>  I will know where to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h'<br>  (respectively).  Then run 'configure' again.<br><br>  Read the README file if you don't know what Tcl is or how to get<br>  it and install it.<br><br>ksh: <br>-----------------------------<br>So what I did was edit the configure script, and added the path /usr/pkg/include and /usr/pkg/lib.  No luck.<br>The system I am using is running tcl 8.3.1.  Tried compiling TCL 8.4b1 and it's predecesor.  Still no luck.<br><br>I am all confused as to why I can't get it compiled correctly  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad"> .  Didn't think it would be this hard.  Can anyone offer any type of help?  It would be greatly appreciated.  Thank you in advance.<br><br>wasabi-egg<p>Statistics: Posted by Guest — Thu Jul 11, 2002 4:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-02T14:31:00-04:00</updated>

		<published>2002-07-02T14:31:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8526#p8526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8526#p8526"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8526#p8526"><![CDATA[
well ive progressed since yesterday..maybe not progressed but a diff error...it wont even link today.<br><br>make: don't know how to make /home/cus2/altnrg/usr/local/lib/libtcl8.3.so. Stop<br>*** Error code 2<br><br>Stop.<br><br>i even did as guppy suggested in the last post<br>here is a uname -a<br>BSD/OS wind.goldengate.net 4.1 BSDI BSD/OS 4.1 Kernel #1: Mon Jul  3 21:17:57 GM<br>T 2000     <a href="mailto:steve@shelly.goldengate.net">steve@shelly.goldengate.net</a>:/usr/src/sys/compile/SHELL  i386<p>Statistics: Posted by Guest — Tue Jul 02, 2002 2:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-07-01T18:46:45-04:00</updated>

		<published>2002-07-01T18:46:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8496#p8496</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8496#p8496"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8496#p8496"><![CDATA[
trying adding 'export LD_LIBRARYPATH=pathtotcllib' to your .profile or .bash_profile .. this should help fix some problems.<br><br>Jeff<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Mon Jul 01, 2002 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-01T13:26:53-04:00</updated>

		<published>2002-07-01T13:26:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8485#p8485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8485#p8485"/>
		<title type="html"><![CDATA[Same problem basically]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8485#p8485"><![CDATA[
ive installed tcl8.3.2 into my home directory....<br><br>and still get this after changing the makefile to point to the tcl files<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 n<br>et.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o  tcluser.o userent.o userrec.o<br> users.o  -L/home/cus2/altnrg/local/lib -ltcl8.3 -lm -ldl md5/md5c.o compat/*.o<br>`cat mod/mod.xlibs`<br>strip -d ../eggdrop<br>Successful compile: eggdrop<br><br><br>./eggdrop: can't load library 'libtcl8.3.so'<br>*** Error code 16<br><br>Stop.<p>Statistics: Posted by Guest — Mon Jul 01, 2002 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-06-23T07:30:00-04:00</updated>

		<published>2002-06-23T07:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8283#p8283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8283#p8283"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8283#p8283"><![CDATA[
I like rpm to, but where to find one?<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jun 23, 2002 7:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-06-22T16:18:00-04:00</updated>

		<published>2002-06-22T16:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8271#p8271</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8271#p8271"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8271#p8271"><![CDATA[
try to install tcl via RPM<br>its work better.<p>Statistics: Posted by Guest — Sat Jun 22, 2002 4:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-06-22T15:33:00-04:00</updated>

		<published>2002-06-22T15:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8269#p8269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8269#p8269"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8269#p8269"><![CDATA[
man 8 ldconfig<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Jun 22, 2002 3:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-06-22T15:00:00-04:00</updated>

		<published>2002-06-22T15:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8268#p8268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8268#p8268"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8268#p8268"><![CDATA[
excuse me?<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 22, 2002 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-06-22T14:03:00-04:00</updated>

		<published>2002-06-22T14:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8266#p8266</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8266#p8266"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8266#p8266"><![CDATA[
your ld hints file is not upto date<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Jun 22, 2002 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-06-22T08:05:00-04:00</updated>

		<published>2002-06-22T08:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8262#p8262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8262#p8262"/>
		<title type="html"><![CDATA[Tcl error.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8262#p8262"><![CDATA[
 I`ve installed on my server Tcl Library 8.3 and 8.4 and I still got this error :<br><br>---------- Yeah! that's the compiling, now the linking! ----------<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 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/dork/eggdrop1.6.10/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> What could be the problem?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 22, 2002 8:05 am</p><hr />
]]></content>
	</entry>
	</feed>
