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.

./configure fails @ debian [Solved]

General support and discussion of Eggdrop bots.
Post Reply
s
starchild
Voice
Posts: 2
Joined: Sat Aug 09, 2008 5:16 am

./configure fails @ debian [Solved]

Post by starchild »

Hi.
Im trying to do ./configure on my new debian installed server - but Im getting error when checking for TCL Header.
Ive tryed to install various tcl packages, without any luck.

Im getting this error:

Code: Select all

checking for Tcl library... found /usr/lib/libtcl8.3.so.1
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.
Can anyone help me out here? :)

Moderated: Updated subject to state the issue is solved.
/NML_375
s
starchild
Voice
Posts: 2
Joined: Sat Aug 09, 2008 5:16 am

Post by starchild »

Problem solved - I needed the tclx8.4-dev package :)
Post Reply