Thanks in advance all
Bill
The info below doesn't change whether i use 1.6.10 or 1.6.17 and doesn't change whether it's make or gmake (if that helps?)
Fedora Core 2 system runs great, compiles IRCD fine, but when i go to setup the server uptime monitoring bot i get the following error(s).
then i'm taken back to my cmd prompt.gmake[1]: Entering directory `/home/bcs1/eggdrop1.6.10/src'
(This may take a while. Go get some runts.)
gmake[2]: Entering directory `/home/bcs1/eggdrop1.6.10/src/md5'
gmake[2]: Nothing to be done for `md5'.
gmake[2]: Leaving directory `/home/bcs1/eggdrop1.6.10/src/md5'
gmake[2]: Entering directory `/home/bcs1/eggdrop1.6.10/src/compat'
gmake[2]: Nothing to be done for `compat'.
gmake[2]: Leaving directory `/home/bcs1/eggdrop1.6.10/src/compat'
---------- Yeah! that's the compiling, now the linking! ----------
Linking eggdrop...
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/lib -ltcl -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/lib/libtcl.so: undefined reference to `__memcpy_chk@GLIBC_2.3.4'
/usr/lib/libtcl.so: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
/usr/lib/libtcl.so: undefined reference to `__strcat_chk@GLIBC_2.3.4'
/usr/lib/libtcl.so: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
collect2: ld returned 1 exit status
gmake[1]: *** [../eggdrop] Error 1
gmake[1]: Leaving directory `/home/bcs1/eggdrop1.6.10/src'
gmake: *** [modegg] Error 2
I've asked 4 people so far to look at this, and they've all said they've never seen that. AFAIK all the needed programs are installed, even had to yum a few things (according to one guy) to update the system, which is cool because that enabled the compile/install of the ircd.
uname -a returns the following:
[bcs1@sex eggdrop1.6.10]$ uname -a
Linux sex.***********.com 2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 EDT 2004 i686 i686 i386 GNU/Linux
[bcs1@sex eggdrop1.6.10]$
and yes i blanked the domain name out because we do not have the system dns'd yet
thanks again all
hope i put(ask) this in the right place
Bill