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

A litte bug in Makefile/configure script



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.

The line 30 in servers/slapd/Makesfile looks like this:
libexecdir = $(TMPROOT)/etc/sbin

It seems to be this:
libexecdir = $(TMPROOT)${exec_prefix}/sbin

Is the configure script wrong?
Every serverprogramm Makefile has this problem.