Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 14:31:06 -0500
From:      Adam Vandemore <amvandemore@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: sorta newb help compiling samba
Message-ID:  <49DF9E7A.4030300@gmail.com>
In-Reply-To: <20090410190237.27848BE71@kev.msw.wpafb.af.mil>
References:  <20090410190237.27848BE71@kev.msw.wpafb.af.mil>

next in thread | previous in thread | raw e-mail | index | archive | help
Karl Vogel wrote:
>>> On Wed, 8 Apr 2009 13:21:17 -0500, 
>>> "Gary Gatten" <Ggatten@waddell.com> said:
>>>       
>
> G> I've been playing with various flavors of *nix off and on for almost twenty
> G> years, but not doing much development the make process often causes me
> G> issues - as is the case with samba.
>
>    This is why I only use the ports system for small, simple builds like
>    rsync.  For anything major (Perl, OpenSSH, OpenSSL, Apache ...) I either
>    use a pre-built package or build directly from source.  I used these
>    commands for my most recent Samba build:
>
>    me% CC=gcc ./configure --with-acl-support \
>       --with-configdir=/usr/local/etc \
>       --prefix=/usr/local
>    me% make
>    root# make install
>
>    I use a (fairly generic) script to handle starting and stopping Samba
>    cleanly.  It also handles log rotation.  It's attached below, if you're
>    interested.  The "killpg" program used is derived from kill, but sends its
>    signals to a process group instead of a process.
>
>   
How do you handle major builds that use FBSD specific 
patches....asterisk for example?

-- 
Adam Vandemore
Systems Administrator
IMED Mobility
(605) 498-1610




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