From owner-freebsd-questions@FreeBSD.ORG Mon Dec 13 19:23:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A55216A4CE for ; Mon, 13 Dec 2004 19:23:21 +0000 (GMT) Received: from hermes.webtent.net (hermes.webtent.net [208.38.145.40]) by mx1.FreeBSD.org (Postfix) with SMTP id B21DC43D62 for ; Mon, 13 Dec 2004 19:23:20 +0000 (GMT) (envelope-from robert@webtent.com) Received: from [192.168.1.11] (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with SMTP id iBDJN5T18882; Mon, 13 Dec 2004 14:23:09 -0500 From: Robert Fitzpatrick To: Miguel Mendez In-Reply-To: <20041213170049.1f1b9600.flynn@energyhq.es.eu.org> References: <1102952296.6664.4.camel@columbus.webtent.org> <20041213170049.1f1b9600.flynn@energyhq.es.eu.org> Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1102965787.6664.39.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 13 Dec 2004 14:23:07 -0500 Content-Transfer-Encoding: 7bit cc: FreeBSD Subject: Re: Cleaning port config options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:23:21 -0000 On Mon, 2004-12-13 at 11:00, Miguel Mendez wrote: > > I was installing the mail/dspam port and the selection of options > > appeared for configuration, then after selecting, the configuration > > stopped with an error that I had selected too many back-end options. I > > did 'make distclean' and 'make clean', but the options list will not > > appear again for me to alter the configuration options. How do I do > > this? > > make rmconfig > Thanks, I've tried this as well with no luck. I did 'make distclean', then 'make rmconfig', then 'make rmconfig' again to have it say no user settings were found. Then I do make and leave all default make settings, it gives me the same error: ===> dspam-3.2.3.20041203.1245 depends on file: /usr/local/bin/libtool15 - found ===> dspam-3.2.3.20041203.1245 depends on shared library: ecpg.4 - found ===> dspam-3.2.3.20041203.1245 depends on shared library: sqlite.2 - found ===> Configuring for dspam-3.2.3.20041203.1245 You can use one and only one database back-end at once. *** Error code 1 Can there possibly be anything else not getting cleaned up? -- Robert