Hello, I'm trying debug mod_spnego in gdb, but it looks apache2 does not load debug info for module (I can't see source). What is the proper way to debug apache modules using debuger?
Currently I have compiled apache2 (2.0.54, debian sarge) with debug info and module using: $ apxs2 -c -a -i -D HEIMDAL -I... -L... -l... mod_spnego.c compiled mod_spnego.so is not stripped. Thanks for help. Mixi
