From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:48:51 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 2672A16A41F for ; Tue, 6 Sep 2005 22:48:51 +0000 (GMT) (envelope-from derrill@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C8643D45 for ; Tue, 6 Sep 2005 22:48:50 +0000 (GMT) (envelope-from derrill@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so2611338nzd for ; Tue, 06 Sep 2005 15:48:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lP7xmV8WOOuMPuQVenZyxwQFAHo8WwISmLhtMOeTM1lv7E02riiApVQiQRis/T0ZL7CKUgIjYe3hu6e1J4E/c1ZQ82R6O3JiqCQwrYwl8+T+Dn59MyozQf7+JaFPXOskYT1cGnmaHaVdpbg0YDKQOAIg+ZH5AOEMZvdqxoRa+JA= Received: by 10.36.5.3 with SMTP id 3mr754906nze; Tue, 06 Sep 2005 15:48:49 -0700 (PDT) Received: from ?192.168.2.5? ( [64.173.195.55]) by mx.gmail.com with ESMTP id 38sm2749175nzk.2005.09.06.15.48.49; Tue, 06 Sep 2005 15:48:49 -0700 (PDT) Message-ID: <431E1CD9.2050605@gmail.com> Date: Tue, 06 Sep 2005 15:48:57 -0700 From: Derrill Guilbert User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431DE851.6020905@gmail.com> <20050906191303.GA69719@orion.daedalusnetworks.priv> In-Reply-To: <20050906191303.GA69719@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22:48:51 -0000 Sorry about the reply, rather than reply-all, Giorgos. Thank you for your help on this. So, my next question is, how does one know that the wonderful and brilliant FreeBSD port squad already took care of things like this? I assume that it is documented somewhere, but I didn't see it on the description page for the port. Am I just going to have to ask more stupid questions like this, until I get a better feel for things? Derrill Giorgos Keramidas wrote: >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".. > > > >