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 error during configuring

General support and discussion of Eggdrop bots.
Post Reply
C
Cluster
Voice
Posts: 5
Joined: Fri Mar 14, 2008 3:31 pm

tcl error during configuring

Post by Cluster »

If i write in the command "./configure", i get this error:

Code: Select all

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 installed tcl 8.4.12 on the debian server, but i find only the libtcl.so and not the tcl.h file.

What can i do? Please help
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

You are most likely missing the tcl-devel package.
NML_375
C
Cluster
Voice
Posts: 5
Joined: Fri Mar 14, 2008 3:31 pm

Post by Cluster »

where can i get this package and how is it to install?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

The same way you get/install any debian packages...
Most ppl I know go for the apt-get application, although there's dselect, dpkg, etc available aswell
NML_375
C
Cluster
Voice
Posts: 5
Joined: Fri Mar 14, 2008 3:31 pm

Post by Cluster »

What is the package name?

Code: Select all

E: Couldn't find package tcl-devel
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Then it is probably tcl-dev..
NML_375
C
Cluster
Voice
Posts: 5
Joined: Fri Mar 14, 2008 3:31 pm

Post by Cluster »

Then i get this message :cry:

Code: Select all

~# apt-get install tcl-dev
Reading package lists... Done
Building dependency tree... Done
Package tcl-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package tcl-dev has no installation candidate
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

tcl8.4-dev perhaps then?
Or basically, whatever tcl package you installed, suffixed with -dev
NML_375
C
Cluster
Voice
Posts: 5
Joined: Fri Mar 14, 2008 3:31 pm

Post by Cluster »

thats it!!!

thanks a lot man!!!!!!!!!!! :D :D :D :D :D :D
Post Reply