Piotr Wadas writes: > I added -ggdb and made sure symbols are not stripped during build > process. Anyway backtrace still looks like the one I've already > posted, do I miss something ?
slapd is stripped when it is installed. I don't remember the "official"
way to prevent that, but one way which seems to work is
cd servers/slapd
make STRIP= install
--
Hallvard
