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.
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.
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?
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.