Try telnetting to your bot after you run that first command and see if it's outputting anything or if you can even connect to it. Not sure what the -n flag is.
You are having problems with threaded tcl-libraries not being properly detected as such, hence forking into background pretty much freezes the eggdrop.
Another reason for this kind of problems would be that there are multiple tcl-libraries installed on the system. However, with many recent linuxdistributions, this is an issue with libraries however.
A quickfix is to edit the config.h file after running ./configure, and defining the macro "HAVE_TCL_THREADS" to 1.
Right on, thanks!! I felt like I was starting to go insane
For whatever reason, telnetting to the bot still doesn't seem to want to work even though the configuration is exactly as before, but I can live without it.
Suxen wrote:For whatever reason, telnetting to the bot still doesn't seem to want to work even though the configuration is exactly as before, but I can live without it.
Can't seem to get a response from it that way either, which is why I defaulted to telnet (which used to work, before I went through recompiling everything). But it's still not the end of the world having to work without it.
Edit: Nevermind, the telnet mystery was that for some reason something else ended up taking up the port. Go figure. All is now good and well again