--001a113a557a968d8d052b96215c Content-Type: text/plain; charset=UTF-8
Should I add STRIP="" in the Makefile or is there a way to add that on the configure line?
Thanks.
Kevin
---
Regards,
Kevin Martin
On Fri, Feb 12, 2016 at 11:32 AM, Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Friday, February 12, 2016 11:22 AM -0600 kevin martin < ktmdms@gmail.com> wrote:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f6f7664d700 (LWP 30978)] 0x0000000000467f2f in passwd_extop () (gdb) thr apply all bt full
Hi Kevin,
You appear to be running a stripped binary lacking debug symbols. You need to ensure your slapd build is not stripped nor lacking debug symbols (-g as one of the CFLAGS). Adding STRIP="" to the make install bits will prevent the stripping.
--Quanah
--
Quanah Gibson-Mount Platform Architect Zimbra, Inc.
Zimbra :: the leader in open source messaging and collaboration A division of Synacor, Inc
--001a113a557a968d8d052b96215c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Should I add STRIP=3D"" in the Makefile or is th= ere a way to add that on the configure line?<div><br></div><div>Thanks.</di= v><div><br></div><div>Kevin</div></div><div class=3D"gmail_extra"><br clear= =3D"all"><div><div class=3D"gmail_signature"><div dir=3D"ltr">---<div><span= style=3D"font-size:12.8px"><br></span></div><div><span style=3D"font-size:= 12.8px"><br></span></div><div><span style=3D"font-size:12.8px">Regards,</sp= an></div><div><div><br></div><div>Kevin Martin</div></div></div></div></div=
<br><div class=3D"gmail_quote">On Fri, Feb 12, 2016 at 11:32 AM, Quanah Gib= son-Mount <span dir=3D"ltr"><<a href=3D"mailto:quanah@zimbra.com" target= =3D"_blank">quanah@zimbra.com</a>></span> wrote:<br><blockquote class=3D= "gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding= -left:1ex"><span class=3D"">--On Friday, February 12, 2016 11:22 AM -0600 k= evin martin <<a href=3D"mailto:ktmdms@gmail.com" target=3D"_blank">ktmdm= s@gmail.com</a>> wrote:<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <br> <br> Program received signal SIGSEGV, Segmentation fault.<br> [Switching to Thread 0x7f6f7664d700 (LWP 30978)]<br> 0x0000000000467f2f in passwd_extop ()<br> (gdb) thr apply all bt full<br> </blockquote> <br></span> Hi Kevin,<br> <br> You appear to be running a stripped binary lacking debug symbols.=C2=A0 You= need to ensure your slapd build is not stripped nor lacking debug symbols = (-g as one of the CFLAGS).=C2=A0 Adding STRIP=3D"" to the make in= stall bits will prevent the stripping.<div class=3D"HOEnZb"><div class=3D"h= 5"><br> <br> --Quanah<br> <br> <br> --<br> <br> Quanah Gibson-Mount<br> Platform Architect<br> Zimbra, Inc.<br> --------------------<br> Zimbra ::=C2=A0 the leader in open source messaging and collaboration<br> A division of Synacor, Inc<br> </div></div></blockquote></div><br></div>
--001a113a557a968d8d052b96215c--