Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2005 22:13:04 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Derrill Guilbert <derrill@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Compiling for the first time (more or less)
Message-ID:  <20050906191303.GA69719@orion.daedalusnetworks.priv>
In-Reply-To: <431DE851.6020905@gmail.com>
References:  <431DE851.6020905@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-09-06 12:04, Derrill Guilbert <derrill@gmail.com> 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"..




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050906191303.GA69719>