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 Installation not finding TCL

General support and discussion of Eggdrop bots.
Post Reply
P
Pontiac
Voice
Posts: 2
Joined: Sun Oct 22, 2006 12:25 am

Eggdrop Installation not finding TCL

Post by Pontiac »

I'm attempting to install an eggdrop on my linux machine here at home. Its running Mandriva 2007. I am new to Linux, and I've successfully done an Eggdrop install once on another version of Mandriva and Ubuntu without running into this particular issue. Heres what I've done;

This is a fresh install of Mandriva. NOTHING else has been installed. I have internet access, the graphics are working, I'm hooked up with SSH, and everything seems pretty sound. So, as root in a shell, extract the archives, and run ./configure

When it goes through a couple screens of text, it shows me an error telling me that it can't continue because it requires TCL. So I go hunt up the sites via google as to where I can get and install (With help) TCL.

I find this -> http://www.tcl.tk/software/tcltk/

So I go and read all this, and down at the bottom it tells me how I can check what version of TCL I have on the machine, assuming its on the machine. It comes back showing me version 8.4.13. Its close to the same version as what I was able to download. So, scratching my head, I decided to hunt up the configure told me to look for. I ran updatedb as root, and ran locate libtcl.so and locate tcl.h and neither came back with a result.

I went and did the RTFM thing in the doc/COMPILE-GUIDE and went to the TCL web site and in there told me to go online to look at the readme for instructions to do the install of TCL. My thinking is to just aim to find out where TCL lives on the machine, so I can get the installation going. After a few clicks, I came to this site: http://sourceforge.net/docman/display_d ... p_id=10894 which is the online readme. Inside there, theres a couple of links that point to real installation instructions. One of them is this one and it tells me its down for construction.

Where do I go from here to get TCL running?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Presumably mandrivel has a tcl *package* so just install the correct package for your distro.
f
fth
Voice
Posts: 11
Joined: Sat Oct 28, 2006 7:57 pm

Post by fth »

had same problem,
i'm useing pld distrib ( poldek ) and installed eggdrop with --gredy

~poldek install -G eggdrop
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

You still need to install tcl, that's kind of obvious.
Post Reply