--On Monday, April 16, 2007 6:31 PM +0000 ryan@stat.Berkeley.EDU wrote:
On Fri, Apr 13, 2007 at 11:29:39PM +0200, Hallvard B Furuseth wrote:
hyc@symas.com writes:
- 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 = ".
You can always just run:
make install STRIP=""
or
rather than hacking the makefiles.
--Quanah
-- Quanah Gibson-Mount Senior Systems Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html