Issue 428 - Re: A litte bug in Makefile/configure script
Summary: Re: A litte bug in Makefile/configure script
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-20 17:13 UTC by Kurt Zeilenga
Modified: 2014-08-01 21:06 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 Kurt Zeilenga 2000-01-20 17:13:19 UTC
At 12:05 PM 1/20/00 GMT, Frank.Matthiess@GMX.net wrote:
>Full_Name: Frank Matthieß
>Version: 1.2.8
>OS: RH 6.0 GNU/Linux 2.2.9
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (213.54.6.124)
>
>
>I get the 1.2.8 version, and unpacked it.
>System: RH 6.0, 2.2.9 i486
>I run ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin
>Everything runs fine, but if i want to install the destination of slapd ist
>wrong.

This should (unless you have customized autoconf site configuration)
generate servers/slapd/Makefile with:

srcdir = .
top_srcdir = ../..
prefix = /usr
exec_prefix = ${prefix}
ldap_subdir = openldap

bindir = $(TMPROOT)${exec_prefix}/bin
datadir = $(TMPROOT)${prefix}/share/$(ldap_subdir)
includedir = $(TMPROOT)${prefix}/include
infodir = $(TMPROOT)${prefix}/info
libdir = $(TMPROOT)${exec_prefix}/lib
libexecdir = $(TMPROOT)/usr/sbin
localstatedir = $(TMPROOT)${prefix}/var
mandir = $(TMPROOT)${prefix}/man
sbindir = $(TMPROOT)${exec_prefix}/sbin
sharedstatedir = $(TMPROOT)${prefix}/com
sysconfdir = $(TMPROOT)/etc/$(ldap_subdir)

This is correct.  prefix, sysconfdir, and libexecdir
were replaced as directed.

>
>The line 30 in servers/slapd/Makesfile looks like this:
>libexecdir = $(TMPROOT)/etc/sbin
>It seems to be this:
>libexecdir = $(TMPROOT)${exec_prefix}/sbin

Which is it?

>Is the configure script wrong?

I believe not.

>Every serverprogramm Makefile has this problem.
>
>
Comment 1 Kurt Zeilenga 2000-02-07 19:18:05 UTC
changed notes
changed state Open to Feedback
Comment 2 Kurt Zeilenga 2000-02-07 19:18:31 UTC
changed notes
changed state Feedback to Closed
Comment 3 OpenLDAP project 2014-08-01 21:06:09 UTC
re: 427
no response, no problem