From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:13:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 40F2716A41F for ; Tue, 6 Sep 2005 19:13:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F7943D53 for ; Tue, 6 Sep 2005 19:13:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j86JDDBv003464; Tue, 6 Sep 2005 22:13:16 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j86JD86a069761; Tue, 6 Sep 2005 22:13:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j86JD4kg069760; Tue, 6 Sep 2005 22:13:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Tue, 6 Sep 2005 22:13:04 +0300 From: Giorgos Keramidas To: Derrill Guilbert Message-ID: <20050906191303.GA69719@orion.daedalusnetworks.priv> References: <431DE851.6020905@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431DE851.6020905@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:13:22 -0000 On 2005-09-06 12:04, Derrill Guilbert wrote: > Up until now, I've been able to get by just using ports, and mostly > just the magic "pkg_add -r" ... > > Now I'm trying to create a samba server that will join a Win2k > domain. I managed to install Samba 3.12 using pkg_add -r samba3 > ... and at the very end I get a message saying that the ADS support is > disabled by default, because it creates a kerberos dependency and (I > thought it said) further that I'd have to compile my own. > > Ok, fine. I've got the source from samba.org ... where's the basic > "roll your own" page in the handbook? Nah, don't do it this way. Our friendly Ports hackers have already ported Samba3 with ADS support to FreeBSD. All you need is to build using the Ports: 1. Start by obtaining a /usr/ports tree, i.e. through CVSup. 2. Configure and install Samba3 tarja:/# cd /usr/ports/net/samba3 tarja:/usr/ports/net/samba3# make config (Make sure you enable ADS support at the configuration dialog that pops up when you type "make config".) tarja:/usr/ports/net/samba3# make install That should install Samba3 as a "port", instead of a precompiled "package"..