From e88f805d1a819d549edeb9d9c0e4f1356c75306f Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Mon, 12 Jun 2006 21:54:37 +0000 Subject: [PATCH] Added note for Solaris git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@328 06cd67b6-e706-0410-b29e-9de616bca6e9 --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index fe5cc45..a79a304 100644 --- a/INSTALL +++ b/INSTALL @@ -13,6 +13,17 @@ make DISTRIBUTION=suse rpm if you are running Red Hat or SuSE respectively. +Solaris 8 and later: +Install the Blastwave OpenLDAP package. For more information on Blastwave see +http://www.blastwave.org + +Tested with Blastwave and SFW gcc as well as Sun Studio cc (SUNWspro). +You will also need to use gmake instead of Solaris' make. +This line will compile ldap2dns with SUNWspro and Blastwave OpenLDAP: + +gmake CC=/opt/SUNWspro/bin/cc LD=/opt/SUNWspro/bin/cc \ + CFLAGS=-I/opt/csw/include LDFLAGS="-L/opt/csw/lib -R/opt/csw/lib" + For updates, changes and some documentation, see http://projects.alkaloid.net Please send any problem or success reports to the maintainer.