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

Re: 1.1.3 snapshot available for testing



At 01:38 PM 1/22/99 +0200, Lucio de Re wrote:
>According to Kurt D. Zeilenga:
>> I've made a snapshot of 1.1.3 available for testing:
>>   ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-1.1.3.tgz
>> 
>Please someone run by me again which version of SleepyCat DB2 we should 
>be using with this.  I get what must be incompatibility problems when 
>compiling the above under NetBSD-1.3.2 for the i386.

README:
    SLAPD:
        LDBM compatible datastore
            (Sleepycat Berkeley DB 2.3.16 or GDBM)

Be sure to pay special attention to:
	build/db.2.x.README

You might also want to checkout the FAQ.
	http://www.openldap.org/faq/index.cgi?file=44
	
>---- 8< ----
>checking for misplaced posix thread in headers... no
>checking for DB2 library... checking for db_open in -ldb... no
>no
>checking for db.h... yes
>checking if db.h is DB2... yes
>checking for Berkeley DB2... no
>checking for Berkeley DB library... checking for dbopen... yes
>yes
>checking for db_185.h... yes
>checking for Berkeley DB... yes
>checking for main in -lwrap... yes
>---- >8 ----

You likely do not have your environment settings correct to detect
DB2.  If DB2 is installed with a prefix of /usr/local, use:
	CPPFLAGS=-I/usr/local/include
	LDFLAGS=-L/usr/local/lib

>I also get a failure to accept the --enable-shared injunction although 
>some prior tests of shared-library capabilities seem to succeed.  A 
>snapshot of the configure output (the whole lot _is_ available):

shared library support is the same in 1.1.3 as 1.1.2.  I did
get any clues as to what the problem might be from the output
you provided.

Kurt