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.

Newbie problem with eggdrop in debian

Old posts that have not been replied to for several years.
Locked
n
nitrandir

Newbie problem with eggdrop in debian

Post by nitrandir »

when i type ./config I get the error

I can't find Tcl 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,
set the environment variables TCLLIB and TCLINC so I will know where
to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h' (respectively). Then
run 'configure' again.

Read the README file if you don't know what Tcl is or how to get it
and install it.

I really don`t know what to do, so if someone could tell me in simple steps I would be pleased
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Debian requires that you download and install the Tcl developement package, seperatly.

Download and install, using the debian package managment system,a nd the bot should then compile.
n
nitrandir

Post by nitrandir »

ppslim wrote:Debian requires that you download and install the Tcl developement package, seperatly.

Download and install, using the debian package managment system,a nd the bot should then compile.
can you tell me in easyer words plz ???
n
nitrandir

Post by nitrandir »

and by the way ...
apt-get install doesn`t install any new packages...
T
TsT
Voice
Posts: 16
Joined: Tue Mar 04, 2003 11:03 am
Location: Strasbourg, France
Contact:

Post by TsT »

nitrandir wrote:and by the way ...
apt-get install doesn`t install any new packages...
apt-cache search tcl|grep ^tcl

apt-get install tcl8.4
n
nitrandir

Post by nitrandir »

Couldn't find package tcl8.4

and it still doesn`t work
User avatar
LorT
Voice
Posts: 15
Joined: Sun Mar 09, 2003 6:11 pm

Post by LorT »

apt-get update
apt-get install tcl8.3-dev

if u using stable(woody)
n
nitrandir

Post by nitrandir »

and if not? :roll:
n
nitrandir

Post by nitrandir »

uhm .. .this shows up :

(Reading database ... 13529 files and directories currently installed.)
Removing tss ...
rm: cannot remove `/etc/rc1.d/S95tss': No such file or directory
dpkg: error processing tss (--remove):
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
tss
E: Sub-process /usr/bin/dpkg returned an error code (1)

wtf ?? It won`t uninstall :(
O
ObelNix

Post by ObelNix »

I tried to use the debian packages, but they absolutely didn't work for me...
When I switched back to compiling from scratch, I ended up with a working eggdrop in about 40 minutes...
Locked