From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 14:47:40 2004 Return-Path: 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 7E53716A4CE for ; Thu, 15 Jan 2004 14:47:40 -0800 (PST) Received: from mail.lphp.org (APastourelles-107-1-2-121.w193-251.abo.wanadoo.fr [193.251.52.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3375C43D64 for ; Thu, 15 Jan 2004 14:47:38 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.local [192.168.0.3]) by mail.lphp.org (8.12.10/8.12.10) with ESMTP id i0FMfkRE017463; Thu, 15 Jan 2004 23:41:46 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Tim Aslat , Jeff Royle Date: Thu, 15 Jan 2004 23:40:59 +0100 User-Agent: KMail/1.5.4 References: <5.2.0.9.0.20040115113710.031e77a8@imap.aci.on.ca> <20040116084801.6edb7048@bofh.spyderweb.com.au> In-Reply-To: <20040116084801.6edb7048@bofh.spyderweb.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401152340.59554.ajacoutot@lphp.org> cc: freebsd-questions@freebsd.org Subject: Re: Samba 3.x.x on FreeBSD 4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 22:47:40 -0000 On Thursday 15 January 2004 23:18, Tim Aslat wrote: > I realise this is a maintainer issu, however I would like some > indication of wether it's a localised problem or if it's common enough > that something needs to be done about it. This is how I install samba-devel on my 5-2 boxes without anyu problem: env CONFIGURE_ARGS=--with-ldap env CONFIGURE_ENV="CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib" make -DWITHOUT_CUPS -DWITH_QUOTAS -DWITH_MSDFS -DWITH_ACL_SUPPORT -DWITH_LIBICONV install clean Antoine