Odhiambo WASHINGTON wrote: > * On 04/06/07 16:27 +0300, Wash wrote: > | * On 04/06/07 15:16 +0300, Timo Sirainen wrote: > | | On Mon, 2007-06-04 at 09:02 +0300, Odhiambo WASHINGTON wrote: > | | > I have built and manually copied dovecot-auth to the install > destination > | | > and now it id not stripped. Now this is the result of the debug: > | | .. > | | > #0 0x805d848 in sql_query_get_result () > | | > (gdb) bt > | | > | | Now this backtrace looks correct, but it's still stripped. Otherwise > it > | | would have shown parameters inside the (). > | > | Oh, so do I need to build everything unstripped? That would be difficult > | when using the ports. > |
Let me help you then! :-) cd /usr/ports/mail/dovecot && make CFLAGS+=-g STRIP= install Will install an unstripped Dovecot. If you use portupgrade you can set these are MAKE_ARGS in pkgtools.conf if you want to always have one available. Dominic