[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Reg: Openldap for 64 bit
I had similar symptoms under Solaris sparcv9 with the Sun compiler. (I
assume slapd is dying, hence your bind error.) It turned out to be a
memory alignment issue. See ITS #2760 at http://www.openldap.org/its/ for
a fix.
gcc didn't exhibit the problem, so if you have access to multiple
compilers, trying a different one might also provide a workaround.
On Wed, 22 Oct 2003, Rahul wrote:
> Hello all,
>
> I'm using OpenLDAP-2.1.22 on HP-UX.
> I'm trying to compile openldap for 64 bit.compilation - no issue but having
> runtime problem.
>
> i.e 1.Able to start slapd (and it listens)
> 2.When i try to connect client (like ldapsearch)with server, it gives
> error as
> ldap_bind: Can't contact LDAP server (81)
>
> But no problem in 32 bit.
>
> How to solve this? Is OpenLDAP available for 64 bit?
> Any help would be greatly appreciated.
>
> Thanks and Regards,
> -sadha