Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Apr 2005 13:57:14 -0700
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: Building samba3 without LDAP
Message-ID:  <200504051357.15208.ringworm01@gmail.com>
In-Reply-To: <kcf551l4teubffsqgruklur3e0lb49pnuf@4ax.com>
References:  <kcf551l4teubffsqgruklur3e0lb49pnuf@4ax.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 05 April 2005 09:48 am, Jim Hatfield wrote:
> I'm planning to upgrade from Samba 2.x to 3.x so I'm trying
> a test build of samba3 without CUPS or LDAP, neither of which
>
> are in the existing install. But I can't seem to get rid of LDAP:
> >banff# portinstall net/samba3
> >--->  Installing 'samba-3.0.12_1,1' from a port (net/samba3)
> >--->  Building '/usr/ports/net/samba3' with make flags:
> > WITHOUT_CUPS=YES WITHOUT_LDAP=YES WITH_ADS=NO
>
> but later:
> >===>   samba-3.0.12_1,1 depends on shared library: ldap-2.2.7 - not
> > found ===>    Verifying install for ldap-2.2.7 in
> > /usr/ports/net/openldap22-client
>
> What do I need to do to get rid of LDAP?
>
> Also I see this:
> >===>  Found saved configuration for samba-3.0.12_1,1
> >===>  -------------------------------------------
> >===>  Run 'make config' to (re)configure the port
> >===>  -------------------------------------------
>
> where is the configuration saved? There is no reference to config in
> the manpage for make, nor is there a config target in the Makefile
> nor is there any reference to config in any of the files in
> /usr/share/mk, so how does this work?
>
> jim

Config options are likely stored somewhere in /var/db/ports.  To remove 
them use make rmconfig. See /usr/ports/Mk/bsd.port.mk

-Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504051357.15208.ringworm01>