11/01/2022, 16:41
If you get the following error when running an eggdrop 1.9.2 (or higher)
This is usually because you use a config file from 1.9.1 (or lesser), so comment the line
Quote:Can't load modules dns: Eggdrop was compiled with threaded DNS core; this module will not run with it. Not loading...
This is usually because you use a config file from 1.9.1 (or lesser), so comment the line
loadmodule dns
and read the inline doc:Code:
## This module provided asychronous dns support, but as of v1.9.2, this
## functionality was moved into the core code. If you are having issues with the
## new DNS functionality, or just want to continue using this module, compile
## Eggdrop with the --disable-tdns flag (./configure --disdable-tdns).