Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
# locate libtclnml375 wrote:--enable-tcl-threads has no influence on the configure-process, only --disable-tcl-threads.
In most cases, there have been several different libraries on the system without the users knowledge - most often one non-devel library with threads, and one non-threaded in a non-standard location.
The following information would be helpful:
- output from "locate libtcl" and "locate tcl.h".
- output from "ldd eggdrop".
- output from "grep -i tcl config.log" (config.log found where you compiled your eggdrop).
Code: Select all
#define HAVE_TCL_THREADS 1
Thank you so much! This was helpful, now everything works as a charm!nml375 wrote:Thnx for the info.
Indeed there is only one library installed on your system, and it is identified as non-threaded.
I did stumble onto this archived mail a few minutes ago, so most likely your system is indeed threaded. In this case, you'll need to modify the generated eggdrop.h file after running ./configure to coax the compiler into thinking the library is threaded. Simply add the following line somewhere at the end of the file, and recompile:Code: Select all
#define HAVE_TCL_THREADS 1
You forgot to load a (the) module that provides encryption capabilities. Without this, your eggdrop will not start. Most people settle for the blowfish module for this. See your config file for further details.pacificstorm wrote:STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg ForumBot hello
This will make the bot recognize you as the master.
You have installed modules but have not selected an encryption
module, please consult the default config file for info.
but the bot still doesn't run..
anyone can help?