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

RE: linking problem with cyrus sasl shared lib (ITS#2074)



The OpenLDAP 2.0.25 libldap Makefile will add "-lsasl" to its link invocation
when the configure script has SASL enabled. This is passed to the libtool
script which actually runs the linker. Beyond that is up to the libtool
script to deal with, and I haven't seen any recent bug reports on the libtool
mailing lists related to HP-UX so I'll assume it does the right thing. If you
can provide an excerpt from the "make" session showing the
"libtool --mode=link" command and the following lines from building libldap
we may be able to see what's going on.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> patrick.thurier@auto-chassis.com
> Sent: Sunday, September 15, 2002 11:46 PM
> To: openldap-its@OpenLDAP.org
> Subject: Re: linking problem with cyrus sasl shared lib (ITS#2074)
>
>
> Hello,
>
> I'm sorry, but I think there's a real problem on HP-UX. I had to modify
> ld command in order to link libldap correctly on my system (adding -l:
> libsasl.sl) :
> /usr/ccs/bin/ld -b +h libldap.sl.2 +b /usr/local/lib #-l: libsasl.sl# -o
> .libs/libldap.sl.2.16  bind.lo open.lo result.lo error.lo compare.lo
> search.lo controls.l.....
>
>
>
> Kurt Zeilenga a écrit :
> >
> > Please note that the Issue Tracking System is not a help
> > request line.  This report has be closed.
>
>