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

(ITS#3393) I've noticed that on our x86-64 (SuSE 9.1) boxes, every recent Openldap 2.2:



a. prefers (in configure) -lbind to -lresolv
b. fails to complete configure because of this--crt won't initialize, reports floating point exception

I'm not really sure where the real problem is (pthread issue), and and removing bind development libs is one way to work around it, another was to not let configure try "-lbind". 

Full_Name: Mat Benjamin
Version: 2.2.15-2.2.18 (tested .15, .17, and .18)
OS: Linux 2.6.8.1 x86_64
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (134.215.213.37)


I've noticed that on our x86-64 (SuSE 9.1) boxes, every recent Openldap 2.2:

a. prefers (in configure) -lbind to -lresolv
b. fails to complete configure because of this--crt won't initialize, reports
floating point exception

I'm not really sure where the real problem is (pthread issue), and and removing
bind development libs is one way to work around it, another was to not let
configure try "-lbind".