Re: kpasswdd dumps on OpenBSD6.3
Antoine Jacoutot <[email protected]> Sat, 4 Aug 2018 23:01:17 +0200
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <[email protected]> |
> > Presumably you did not install an executable with the debug symbols. > > About this I do not know what to say, I've seen the CFLAGS in the > compiling output lines and I even posted in the email. > I will try again as soon as I can. If you build from ports, add INSTALL_STRIP="" to your make command, otherwise the binaries will be stripped at install time. -- Antoine