From owner-freebsd-ports@FreeBSD.ORG Wed Apr 16 11:54:07 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567051065674 for ; Wed, 16 Apr 2008 11:54:07 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id E5A778FC1B for ; Wed, 16 Apr 2008 11:54:06 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.198] (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by angel.comcen.com.au (8.13.4/8.12.9) with ESMTP id m3GBrDm4072069 for ; Wed, 16 Apr 2008 21:53:17 +1000 (EST) From: Da Rock To: freebsd-ports@freebsd.org In-Reply-To: <4805AEE5.6070602@infracaninophile.co.uk> References: <1208307277.16346.305.camel@laptop2.herveybayaustralia.com.au> <480596B8.1070305@infracaninophile.co.uk> <1208328538.16346.344.camel@laptop2.herveybayaustralia.com.au> <1208331420.16346.350.camel@laptop2.herveybayaustralia.com.au> <4805AEE5.6070602@infracaninophile.co.uk> Content-Type: text/plain; charset=UTF-8 Date: Wed, 16 Apr 2008 21:52:58 +1000 Message-Id: <1208346778.16346.365.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 8bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.394, required 4, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.41, BAYES_00 -15.00) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au Subject: Re: Openldap server install failure - openldap client conflict X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 11:54:07 -0000 On Wed, 2008-04-16 at 08:46 +0100, Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Da Rock wrote: > > > Actually, let me clarify: The error message I get is > > openldap-sasl-server-2.3.40 conflicts with installed package > > openldap-client-2.3.40, they install files into the same place. > > > > Therefore, I cannot install openldap server 2.3.40 > > Add > > WANT_SASL=yes > > to /etc/make.conf, then: > > portupgrade -f openldap-client-2.3.40 > > which will turn into openldap-sasl-client-2.3.40 once reinstalled. > The install openldap-sasl-server-2.3.40. > > et voilĂ . Yeah, I kinda figured that out - it sometimes takes a while to get through my thick head... Thanks though. My concern is that I think I stuffed up something- I deinstalled openldap client and installed the server, which installed what it required. My worry is, even though I didn't have anything setup specifically for ldap support in the apps, will this affect them (sasl-ldap v ldap)? Or are they only using the libraries- not the config files? I'm probably just paranoid...