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.
Old posts that have not been replied to for several years.
D
Dagreat1
Post
by Dagreat1 » Mon Aug 02, 2004 5:19 pm
Hello.
I installed TCL with the following flags:
Code: Select all
configure --prefix=$HOME --enable-shared
And it turned out fine. Set up the following libraries to point to the apropriate place, which be my HOME:
Code: Select all
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
But now I have to do this everytime I want to start the bot. Is there any way I can make the changes permanent, atleast on my level?
Thanks.
D
Dagreat1
Post
by Dagreat1 » Thu Aug 05, 2004 1:59 pm
If this is unfixable due to some eraneous reason, would there be any shortcut way(script?) to run the following commands instantly. It's really a pain to type all that before running the bot, each time.
Thankyou.
greenbear
Owner
Posts: 733 Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway
Post
by greenbear » Thu Aug 05, 2004 3:23 pm
Try the new eggdrop1.6.17 RC1, it should be fixed there.