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 install without root[SOLVED]

General support and discussion of Eggdrop bots.
Post Reply
v
vigilant
Halfop
Posts: 48
Joined: Thu Jan 05, 2006 12:06 am

TCL install without root[SOLVED]

Post by vigilant »

I Want to install TCL locally, is it possible? and eggdrop compilation? Will it work?
thanks
Last edited by vigilant on Thu Dec 13, 2007 8:53 pm, edited 1 time in total.
Anser Quraishi
Website: http://www.anserq.com
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

It should be fine if you install tcl in your shell's home directory. :) if thats what you ment?
v
vigilant
Halfop
Posts: 48
Joined: Thu Jan 05, 2006 12:06 am

Post by vigilant »

No i mean for eggdrop to work... Anyone ever got it running with TCL being installed locally
Anser Quraishi
Website: http://www.anserq.com
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

If you have a shell account then why would need to install Tcl locally? The administrator would have it installed already if running eggdrops were part of the account terms.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
v
vigilant
Halfop
Posts: 48
Joined: Thu Jan 05, 2006 12:06 am

Post by vigilant »

I have a solution to this... it's easy.

For TCL
./configure --enable-threads --disable-shared --prefix=~/tcl
make
make install

After that, for eggdrop.

./configure --with-tcllib=/home/localdir/tcldir/lib/libtcl8.4.a --with-tclinc=/home/localdir/tcldir/include/tcl.h --disable-shared --enable-threads
then make
and make install
Anser Quraishi
Website: http://www.anserq.com
Post Reply