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

make test fails on solaris 2.8 x86



Hi,

I have a problem with OpenLDAP 2.0.0 and 2.0.1 on Solaris 2.8 x86.
I use the following to configure the build;

LIBS="-lpthread -lposix4" CPPFLAGS="-I/usr/local/include -I/usr/local/include \
	openssl" LDFLAGS="-L/usr/local/lib -L/usr/local/lib/sasl" \
	./configure --prefix=/usr/local --disable-ipv6 --with-cyrus-sasl \
	--with-tls --enable-shared --disable-debug
	
when I configure it with "--with-cyrus-sasl" I will get lot of libraries
loading problems when running "make test" .. when I disable the inclusion
of cyrus-sasl with the option "with-cyrus-sasl=no", "make test" will still
fail.
This is a part of the ouput I received when doing "make test" with OpenLDAP
compiled without cyrus-sasl support;

filtering original ldif used to create database
comparing filter output
comparison failed - database was not created correctly
>>>>> ./scripts/test001-slapadd failed (exit 1)

cheers,

Jankok