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

RE: release 1.1.1 build failure



		I'm trying to build release 1.1.1 on Solaris 2.6. I'm
getting compile
		errors trying to follow the Solaris thread hints. Any
suggestions?

		I'm also using db-2.3.16.

		Bill Anderson
		when I use the LIBS="-lpthread -lposix4" hint I get:


	You need to edit the makefiles in servers/slapd/ and
servers/slapd/tools.

	Find the lines "XLIBS=" and remove the refernces to -ldb.

	This Perl script when run from the ldap directory will do it for
you:

	perl -ibak -n -e "if(/^XLIBS/../^$/){s/-ldb//;}print;"
servers/slapd/Makefile servers/slapd/tools/Makefile

	ObBiteMe: this would better be fixed in the configure scripts, but
I'm not nearly smart enough.

	Jon