From owner-freebsd-questions Tue Oct 29 7: 6:59 2002 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 386D937B401 for ; Tue, 29 Oct 2002 07:06:58 -0800 (PST) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1097243E75 for ; Tue, 29 Oct 2002 07:06:57 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 5436221792; Tue, 29 Oct 2002 10:06:55 -0500 (EST) Received: by onceler.kciLink.com (Postfix, from userid 100) id E62B63D15; Tue, 29 Oct 2002 10:06:54 -0500 (EST) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15806.41998.803069.269053@onceler.kciLink.com> Date: Tue, 29 Oct 2002 10:06:54 -0500 To: Jens Rehsack Cc: Dan Nelson , questions@FreeBSD.ORG Subject: Re: samba printing stopped after upgrade to 2.2.6 In-Reply-To: <3DBE866F.9729ACB7@liwing.de> References: <15805.24521.382583.551821@onceler.kciLink.com> <20021028163736.GA7333@dan.emsphone.com> <15805.28100.402966.652950@onceler.kciLink.com> <20021028172730.GB7333@dan.emsphone.com> <3DBE866F.9729ACB7@liwing.de> X-Mailer: VM 7.07 under 21.4 (patch 8) "Honest Recruiter" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> "JR" == Jens Rehsack writes: >> Ah. The port Makefile probably needs to be tweaked a bit then. It >> looks like samba will use cups if it can find it. Try this: >> JR> Your patch isn't required. But instead adding a line JR> 'WITHOUT_CUPS=yes' into /etc/make.conf adding a line JR> 'SAMBA_OPTIONS=\"WITHOUT_CUPS\"' is recommented. Have a look into JR> ports/samba/scripts/configure.samba for other possible options. Yes, it is necessary, if you have the CUPS libraries sitting on your machine. The default for the configure program is auto-detect CUPS. In this case, we explicity want to disable it, so we need to pass the --disable-cups flag to configure to tell it not to use the libs even if they exist. JR> Thanks for the hint with the CUPS behaviour. It should be checked ... Yes. I filed a bug report in Jitterbug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message