From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 15:19:09 2008 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 F148516A419 for ; Sat, 26 Jan 2008 15:19:09 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id C1B3713C461 for ; Sat, 26 Jan 2008 15:19:09 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite ([24.166.217.200]) by hrndva-omta04.mail.rr.com with SMTP id <20080126151908.HQON17975.hrndva-omta04.mail.rr.com@satellite> for ; Sat, 26 Jan 2008 15:19:08 +0000 Message-ID: <000d01c8602e$b8287380$0200a8c0@satellite> From: "Dave" To: Date: Sat, 26 Jan 2008 10:18:34 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: samba 3.28 port compilation gives error about locking unavailable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 15:19:10 -0000 Hello, I'm trying to install samba 3.28 on 6.3. Previously i had installed samba on 6.2 without seeing this error. LDAP_LIBS = -lldap -llber AUTH_LIBS = -lcrypt -lpam checking configure summary... ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config ===> Script "configure" failed unexpectedly. I believe this is something specific to this system and not a port issue, i've done this install in a jailed environment and the compilation worked fine. This 6.3 install was done using sysinstall's minimum working configuration option. I'm trying to configure samba as a pdc with an ldap backend. If anyone has an idea on this locking error i'm open to suggestions. Thanks. Dave.