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.

erro de lib

General support and discussion of Eggdrop bots.
Post Reply
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

erro de lib

Post by demetrius_reis »

What are the steps in order to install and fix errors lib, what procedures should I follow?
./configure
checking for Tcl header... not found
checking whether the Tcl system has changed... yes
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.

ircd@id917usd1:~/eggdrop1.6.20$
tks !
User avatar
Trixar_za
Op
Posts: 143
Joined: Wed Nov 18, 2009 1:44 pm
Location: South Africa
Contact:

Post by Trixar_za »

Giving us a little more to go on might help:

1. What kind of system are you trying to compile eggdrop on (FreeBSD, Fedora, Debian, Ubuntu, etc)?
2. Do you have TCL installed?
3. Which version do you have installed (8.4 or 8.5)?
4. If your using a package based *nix, did you install the dev/header packages ALONG with the TCL install? Like Debian/Ubuntu has a package called tcl8.4 and a package called tcl8.4-dev - you need BOTH so it can compile eggdrop with tcl support.
5. Do you have all the compiler tools installed? With Debian/Ubuntu you need the package called build-essential installed before you can compile anything properly.
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

Post by demetrius_reis »

Trixar_za wrote:Giving us a little more to go on might help:

1. What kind of system are you trying to compile eggdrop on (FreeBSD, Fedora, Debian, Ubuntu, etc)?
2. Do you have TCL installed?
3. Which version do you have installed (8.4 or 8.5)?
4. If your using a package based *nix, did you install the dev/header packages ALONG with the TCL install? Like Debian/Ubuntu has a package called tcl8.4 and a package called tcl8.4-dev - you need BOTH so it can compile eggdrop with tcl support.
5. Do you have all the compiler tools installed? With Debian/Ubuntu you need the package called build-essential installed before you can compile anything properly.
reis@id917usd1:~$ uname -a
Linux id917usd1.gtcomm.net 2.6.18-194.3.1.el5.028stab069.6PAE #1 SMP Wed May 26 19:09:08 MSD 2010 i686 GNU/Linux


What commands can I use the ssh, can transpose to any information for you?
d
demetrius_reis
Halfop
Posts: 42
Joined: Tue Aug 10, 2010 9:54 am

Post by demetrius_reis »

Trixar_za wrote:Giving us a little more to go on might help:

1. What kind of system are you trying to compile eggdrop on (FreeBSD, Fedora, Debian, Ubuntu, etc)?
2. Do you have TCL installed?
3. Which version do you have installed (8.4 or 8.5)?
4. If your using a package based *nix, did you install the dev/header packages ALONG with the TCL install? Like Debian/Ubuntu has a package called tcl8.4 and a package called tcl8.4-dev - you need BOTH so it can compile eggdrop with tcl support.
5. Do you have all the compiler tools installed? With Debian/Ubuntu you need the package called build-essential installed before you can compile anything properly.
Resolving
tnks !! :D
Post Reply