Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7EA4D43C for ; Fri, 7 Sep 2012 19:59:06 +0000 (UTC) Received: (qmail 87576 invoked by uid 500); 7 Sep 2012 19:59:06 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 87464 invoked by uid 500); 7 Sep 2012 19:59:05 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 87453 invoked by uid 99); 7 Sep 2012 19:59:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 19:59:05 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [188.40.99.202] (HELO eru.sfritsch.de) (188.40.99.202) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 19:58:57 +0000 Received: from [10.1.1.6] (helo=k.localnet) by eru.sfritsch.de with esmtp (Exim 4.72) (envelope-from ) id 1TA4hJ-0000fo-9S; Fri, 07 Sep 2012 21:58:37 +0200 From: Stefan Fritsch To: Benson Margulies Subject: Re: crypt_r versus macosx Date: Fri, 7 Sep 2012 21:58:36 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-3-amd64; KDE/4.8.4; x86_64; ; ) Cc: dev@apr.apache.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201209072158.36668.sf@sfritsch.de> On Thursday 06 September 2012, Benson Margulies wrote: > I'm trying to build httpd 2.4.3 on OSX Mountain Lion with > mod_session_crypto. > > I'm failing. I think that the reason is the following error from > the configure process for apr-util: > > > configure:36291: checking for crypt_r > configure:36291: gcc -o conftest -g -O2 -DDARWIN > -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 > Undefined symbols for architecture x86_64: > "_crypt_r", referenced from: > _main in cc3WYSLM.o > > > Sure enough, no such API on osx. Am I out of luck? No, configure should then continue without crypt_r support. Does configure abort after this check? If so, can you post more of its output? E.g. the last 100 lines before it aborts?