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

Re: gmake test error



At 01:14 PM 12/1/98 +0100, Franky Van Liedekerke wrote:
>My system: Sun Sparc Sol 2.6
>
>Environment:
>LIBS= -lpthread -lposix4
>CPPFLAGS=-I/usr/local/gdbm/include

I assume you needed to use:

LIBS= -L/usr/local/gdbm/lib -lpthread -lposix4
CPPFLAGS= -I /usr/local/gdbm/include

>ol_cv_gdbm=${ol_cv_gdbm='no'}
>ol_cv_ndbm=${ol_cv_ndbm='yes'}

OpenLDAP is not compatible with many (if not all) implementations
of NDBM.  I'll patch the configure script to skip automatic checking
of NDBM (it will still be manually settable).

Kurt