[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4927) pam_authenticate through ldap causes cups to crash



On Fri, Apr 13, 2007 at 11:29:39PM +0200, Hallvard B Furuseth wrote:
> hyc@symas.com writes:
> > 3) if you can reproduce this issue with an unstripped set of OpenLDAP 
> > libraries that would make the backtrace more useful.
> 
> ...which I think you build with
>     env ac_cv_prog_STRIP=":" ./configure ...

I tried ac_cv_proj_STRIP as well as STRIP, but the Makefiles were still
prepared with "STRIP = -s" which then leads to "install -s". I found this:

http://www.openldap.org/lists/openldap-bugs/200604/msg00123.html

I edited build/top.mk and removed the '-s' from STRIP and the configure
stage prepared Makefiles with "STRIP = ".

But the original issue has been resolved due to a local build issue.

Thanks!
Ryan