Apps :: eggdrop on DSL



Hi all, my first post hier :).

I have X-DSL runing on my xbox (www.x-dsl.org). I wonna make small server from my xbox that need to run webserver,php,mysql.
And to be able run unrealircd anope services,eggdrop etc...

:)

I try to install eggdrop but first it feil at gcc (then i install gcc1.dsl) then it fail at tcl, then i install tcl-8.3.dsl but now again i am having problem:
Quote
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.


If someone could help me with this. Btw i wonna compile source of eggdrop not the one from apt-get install.. Any help is welcome, and thnx once more time..

Usually when you install an application through myDSL, the only support files you get are runtime files.  If your compile needs tcl headers you'll need to add them some other way.
And how would i do that then? As i what i wonna make from with dsl+xbox is webserver/shell server...
I have enabled apt-get, how to "correct" install tcl headers and all stuff? THnx

I don't know diddly about apt-get, so i can't help with that.  One option is to install Tcl from source.  If you're going to compile things on DSL, you're going to run into dependency issues with just about everything until you have gotten a decent collection of headers installed.  Personally I'd start by going to the myDSL repository and looking at the development packages that are available there...libc6-dev, libncurses5-dev, XFree86-devel, etc

original here.