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

Re: unfunny Configuration Problem



This is likely the FOO?=BAR problem.

First, review build/platform/linux/Make-platform.  Note
defines.

Edit Make-common.  Replace every FOO?=BAR with FOO=BAR.
Define each variable as desired based upon your
Make-platform and your local system configuration.

After this edit (or any other Make-common edit) you must
rebuild the complete system.

	% make makefiles
	% make depend
	% make clean
	% make all

It is highly recommend you scan the make output for warnings
and errors.  If it does not build correctly, your Make-common
is likely incorrect and needs additional editing.  If it builds
cleaning, run the test suite (cd tests; make).

Before installing, you should take a quick look at
include/ldapconfig.h to make sure it was generated properly.

We're working on both short-term and long-term solutions to this
problem.