5 Oct
2005
5 Oct
'05
11:28 p.m.
sorry for my dumbness... I just saw this.
-g flag should be there by default, but maybe the port changes it. Or maybe it installs the Dovecot binaries using install -s which strips away the debug info. Anyway you can check with "file ..../pop3" to see if the pop3 binary is stripped or not.
/usr/local/libexec/dovecot/pop3: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.4-CURRENT (rev 2), dynamically linked (uses shared libs), stripped
Yep, looks stripped. So I need to recompile the port without -s?