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

bug report (ITS#802)



After make and make test, "make install" can not install programs under
the directory "servers/slapd/schema".

Change the file "servers/slapd/Makefile"
line 42
INSTALL = ../../build/install-sh -c
to
INSTALL = ${top_builddir}/build/install-sh -c
or something like this.

It's works.

Akimichi Matsubayashi
akimichi@alec.ac.jp