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.

Can't background

General support and discussion of Eggdrop bots.
Post Reply
L
Lu5ck
Halfop
Posts: 43
Joined: Thu Dec 07, 2006 8:58 am

Can't background

Post by Lu5ck »

My eggdrop can't background in linux...

When i run it with -n it works fine and connect...
But when i run it without it, it won't connect

Right now I am using screen and -nc to run the eggdrop

Any solution to make it run background?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

This is most likely to your tcl-library incorrectly being detected as non-threaded. One solution seem to be to manually build and install libtcl rather than use rpm/deb/etc packages.
There are a few other threads about this, such as this one
NML_375
L
Lu5ck
Halfop
Posts: 43
Joined: Thu Dec 07, 2006 8:58 am

Post by Lu5ck »

so when i compile it...

i shld put --enable-threads in the option?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Using --enable-threads when compiling eggdrop will not help, as the configure-script will try to figure it out itself, and basically ignore your option :/

Manually installing tcl (threaded or non-threaded) has proven successful in solving this issue before.
NML_375
L
Lu5ck
Halfop
Posts: 43
Joined: Thu Dec 07, 2006 8:58 am

Post by Lu5ck »

sigh...

it dun work, i compile both tcl and eggdrop and it still the same...

guess i have to run it using screen
Post Reply