This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop Compiling on FC 2 fails (aka, I'm Lost here...Help?)

Old posts that have not been replied to for several years.
Locked
User avatar
bcs1
Voice
Posts: 16
Joined: Mon Jul 04, 2005 2:57 am
Location: Cincinnati Oh.
Contact:

Eggdrop Compiling on FC 2 fails (aka, I'm Lost here...Help?)

Post by bcs1 »

searched and read till my eyes hurt, soo i guess i'll break down and ask......
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).
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
then i'm taken back to my cmd prompt.
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
irc.i-chat.org Home to 3 chat networks!!!!!
http://bcs-bcs.com so out of date it's laughable, but it's still Mine };O)~
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

reinstall Tcl
User avatar
bcs1
Voice
Posts: 16
Joined: Mon Jul 04, 2005 2:57 am
Location: Cincinnati Oh.
Contact:

Post by bcs1 »

demond wrote:reinstall Tcl

DUUUUUDDDDDDEEEEE!!!!



/me bows to teh m4st3r

damn i don't know what to say except:

Thanks Sir
Bill
irc.i-chat.org Home to 3 chat networks!!!!!
http://bcs-bcs.com so out of date it's laughable, but it's still Mine };O)~
Locked