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.

[FIXED] Problem NO verbose mode

General support and discussion of Eggdrop bots.
Post Reply
m
marcotonny1981
Voice
Posts: 2
Joined: Wed Feb 10, 2010 4:51 pm

[FIXED] Problem NO verbose mode

Post by marcotonny1981 »

I all, excuse my ba english...

I've a problem with last eggdrop release on linux platform.

If i launch ./eggdrop with verbose output is all ok (connect, join, etc), but if i launch in background the process run (correct pid create) but nothing happens and nothing is write to the log files..

How coult i resolve this inconvenience ?

thank you very mush, bye Marco
Last edited by marcotonny1981 on Thu Feb 11, 2010 8:10 am, edited 1 time in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Sounds like your system has a threaded version of libtcl8.5
The fix is all around the forum, goes something like this:
Unpack source and run ./configure
Locate config.h and edit:
Locate this line:

Code: Select all

/* #undef HAVE_TCL_THREADS */
Edit to:

Code: Select all

#define HAVE_TCL_THREADS 1
Save file, and proceed with "make config" or "make iconfig"
NML_375
m
marcotonny1981
Voice
Posts: 2
Joined: Wed Feb 10, 2010 4:51 pm

Post by marcotonny1981 »

Thancks a lot :)

Now it's all ok :)
Post Reply