From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:04:47 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 464A516A41F for ; Tue, 6 Sep 2005 19:04:47 +0000 (GMT) (envelope-from derrill@gmail.com) Received: from smtp.fiberhighway.net (smtp.fiberhighway.net [64.173.195.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0816D43D45 for ; Tue, 6 Sep 2005 19:04:46 +0000 (GMT) (envelope-from derrill@gmail.com) Received: from [127.0.0.1] ([64.173.195.103]) by smtp.fiberhighway.net ; Tue, 06 Sep 2005 12:04:53 -0700 Message-ID: <431DE851.6020905@gmail.com> Date: Tue, 06 Sep 2005 12:04:49 -0700 From: Derrill Guilbert User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Rcpt-To: Subject: 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:04:47 -0000 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? I'm probaby searching for the wrong thing or need to spend some time at the Sylvan learning center for my Being Stupid disability. Please, someone tell me where in the handbook or elsewhere to find the basics of how to reconfigure for and do the Make thing. I was run through it once by a friend, but it was one of those "ok, vi [filename], search for [some string], change it to [some other string], save the file, run make, then make install" (I think) ... and it was long ago. So I suppose it will look kind of familiar when I find it, but I'd like to have something to read while I do it. Or maybe I'm asking the wrong question? If you'd like to point me to the correct question, that would also be lovely. Derrill