Issue 3401 - OpenLDAP make slapd error
Summary: OpenLDAP make slapd error
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: build (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 21:30 UTC by jellyedwards@hotmail.com
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jellyedwards@hotmail.com 2004-11-19 21:30:27 UTC
Full_Name: John Leonard
Version: openldap-2.2.18
OS: HPUX ia64 11.23
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (213.202.156.199)


Hi,

I was trying to install only the client libraries of LDAP (i.e. without slapd,
slurpd (I do not have BDB, SASL etc. but shouldn't need them if all I want are
the client libs - right?)), so I ran config like this:

./configure --enable-slapd=no --enable-slurpd=no

Which doesn't complain.  make depend goes along fine until:
  Entering subdirectory servers
Making clean in /export/homespare/installs/openldap/openldap-2.2.18/servers
  Entering subdirectory slapd
Make: line 512: syntax error.  Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

So I looked at servers/slapd/Makefile line 512 and found:
$(SLAPD_DYNAMIC_BACKENDS): slapd
        cd $@; $(MAKE) $(MFLAGS) all
        @touch $@

But at line 310:
SLAPD_DYNAMIC_BACKENDS=

It's set to nothing.  Setting this to anything, e.g. "john" will let it build
normally.

This looks like a bug to me, if it's not and it's something I've done my
apologies.

John

Comment 1 Howard Chu 2004-11-24 05:41:35 UTC
changed notes
changed state Open to Test
moved from Incoming to Build
Comment 2 Howard Chu 2005-01-10 17:39:02 UTC
changed state Test to Release
Comment 3 Howard Chu 2005-01-11 18:07:24 UTC
changed notes
Comment 4 Howard Chu 2005-01-25 10:25:47 UTC
changed state Release to Closed
Comment 5 Howard Chu 2009-02-17 07:02:46 UTC
moved from Build to Archive.Build
Comment 6 OpenLDAP project 2014-08-01 21:05:10 UTC
fixed in HEAD, RE22