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

OpenLDAP 1.2 make problem..



Hello to everyone!

I am very new to this list, and to OpenLDAP as well.

I have downloaded the Anonymous CVS version, and tried to compile the
source code. 

OS: Solaris 2.7 Sparc

Here is what I did and at the end the errror I recieved:

I first had to install Gdbm, which I did (version 2), and put it in
/usr/local (lib, and include). Anyways I specified the CPPFLAGS and
LDFLAGS for the configure script. And I also had to specify the
pthreads to be disabled (as told in the FAQ).

bash$ export ac_cv_pthread_create=no
bash$ export ol_cvpthread_flag=no
etc. the three others specified by the FAQ.

Then the configure script did not report anyerror, it found the gdbm,
and got on with the threads as well.

Then :

make depend.

here there is an error which I am unable to resolve..

make[1]: *** No rule to make target `../build/top.mk', needed by `Makefile'.  Stop.
make[1]: *** No rule to make target `../build/top.mk', needed by `Makefile'.  Stop.

Can anyone tell me why is this error occuring?

Or do I need to specify the thigns a bit more?

Thanks in advance..

Ritschie