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

--disable-ldbm won't build (ITS#586)



Full_Name: michael helm
Version: 1.2.7+globus 
OS: solaris 7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (198.128.1.30)


Using the Sun C compiler (SC 4.2 and 5.0)
Using the following options in configure:
--enable-slapd --enable-shell --disable-ldbm --without-threads

slapd won't build.

The stub(?) libldbm file that's produced by Sun's c compiler,
it doesn't like when it comes time to link with it:

ild: (bad file) garbled symbol table in archive
/.../openldap/SunOS.5.7/librarie
s/libldbm.a
*** Error code 1

This version of openldap builds & seems to work ok with a more conventional
choice of configure parameters.

This probably either a local configuration problem or a solaris compiler/system
problem, but any comment or ideas appreciated.