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.

TCL help

Old posts that have not been replied to for several years.
Locked
j
jabberwock
Voice
Posts: 2
Joined: Fri Feb 25, 2005 6:38 am

TCL help

Post by jabberwock »

configure: error:

Tcl cannot be found on this system.

Eggdrop requires Tcl to compile. If you already have Tcl installed on
this system, and I just wasn't looking in the right place for it, re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options.

See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
information.


I have TCL installed, and i need a little help of having it get detected, i looked at the guides and etc, but when i searched for tcl.h, i can't even find that on my system, but when i type "rpm -q tcl" it comes back with tcl-8.4.7-2, so i know it's installed, but mabye i'm missing a componet?

Any help on this will be great, please don't spam me with google it scrub!
j
jabberwock
Voice
Posts: 2
Joined: Fri Feb 25, 2005 6:38 am

Post by jabberwock »

Never mind that =/ got past it, still don't have a tcl.h, guess i don't need it, but now i've got this problem.

[jabberwock@localhost eggdrop]$ ./eggdrop -m nex.conf

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[06:57] --- Loading eggdrop v1.6.17 (Fri Feb 25 2005)
[06:57] Can't load modules dns: /home/jabberwock/eggdrop/modules/dns.so: cannot open shared object file: No such file or directory
[06:57] Can't load modules channels: /home/jabberwock/eggdrop/modules/channels.so: cannot open shared object file: No such file or directory
[06:57] Tcl error in file 'nex.conf':
[06:57] invalid command name "channel"
while executing
"channel add #team-nex"
(file "nex.conf" line 760)
[06:57] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

make sure channel.mod has been compiled and linked.

btw... you should really have a tcl.h, if there is really none, use the tuto to compile it on your box.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Locked