From owner-freebsd-questions@FreeBSD.ORG Tue Nov 13 01:19:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 691D816A468 for ; Tue, 13 Nov 2007 01:19:53 +0000 (UTC) (envelope-from p0036343@brookes.ac.uk) Received: from mail.idnet.net.uk (mail.idnet.net.uk [212.69.36.63]) by mx1.freebsd.org (Postfix) with ESMTP id 3784113C4B7 for ; Tue, 13 Nov 2007 01:19:53 +0000 (UTC) (envelope-from p0036343@brookes.ac.uk) Received: from [91.135.7.29] by mail.idnet.net.uk (GMS 11.01.3365/NU3963.00.7ca42f0c) with ESMTP id zkkwxbba for freebsd-questions@freebsd.org; Tue, 13 Nov 2007 01:00:55 +0000 Message-ID: <4738F761.4010003@brookes.ac.uk> Date: Tue, 13 Nov 2007 01:01:21 +0000 From: Stephen Allen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: undisclosed-recipients:; Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 13 Nov 2007 02:30:31 +0000 Subject: Samba 3.0.26a (from Ports) won't compile if 'WITH_EXP_MODULES=true' is set 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, 13 Nov 2007 01:19:53 -0000 Hello, Using FreeBSD 6.2-RELEASE, I'm trying to configure FreeBSD/Samba/Winbind to talk to Active Directory, following these instructions: http://joseph.randomnetworks.com/archives/2005/11/08/freebsd-users-and-groups-with-samba-winbind-and-active-directory/ As per subject, using Samba 3.0.26a (from the ports collection), it will not compile if 'WITH_EXP_MODULES=true' is set (apparently 'WITH_EXP_MODULES' is needed for 'imap_rid'). The nature of the error is: "The following command failed: cc -I <..>". I've pasted the few error lines here (also including `uname -a` and `cat /var/db/ports/samba3/options`) http://pastebin.com/m4892a0d0 Can anyone help explain my problem (and solution?) please? Kind regards, Steve