hello i may be ventureing out of my realm but i like to play i get this error
* unrealircd.conf:1: loadmodule src/modules/commands.so: failed to load: Module was compiled for 'Unreal3.2.2+(debug)', we are 'Unreal3.2.2', please recompile the module
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
how do i start up unreal in full debug mode. basicly i would like unreal to go into full debug mode so i can see what i am changeing again just like to play.
thanks
Debug mode
If you compile with DEBUGMODE (which should not be used for production networks btw), then you should also load modules compiled with debugmode and vice versa (you cannot load a commands.so compiled with debugmode on a non-debugmode ircd).
In the past the IRCd didn't warn about this and you would crash, fortunately it does warn now.
So.. enable debugmode and do a make clean; make (and possibly make install) and restart the ircd.
In the past the IRCd didn't warn about this and you would crash, fortunately it does warn now.
So.. enable debugmode and do a make clean; make (and possibly make install) and restart the ircd.