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

Trying to compile ldap 1.1.1 on Solaris 2.6. (ITS#45)



I had the same problem and Kurt Zeilenga gave me this advice that
worked like a charm.

Remember to use Sleepycat version db-2.3.16 (available from Walnut
Creek; I don't have the URL handy).

Bill Anderson

-----

Try this:
	rm config.cache
	setenv CPPFLAGS "-I/usr/local/include"
	setenv LIBS "-L/usr/local/lib -lpthread -lposix4"
	(replace use of setenv with the appropriate environment
	setting mechanism for your shell)
	./configure --with-threads

Replace "/usr/local" with the appropriate prefix necessary to
find DB2.