From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 16937BC69 for ; Wed, 28 Mar 2007 02:48:52 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2S0mpK3019783 for ; Wed, 28 Mar 2007 02:48:51 +0200 Received: by ug-out-1314.google.com with SMTP id k3so68434ugf for ; Tue, 27 Mar 2007 17:48:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=ZDf79wZ60O/GeGPCgD1iwWpHuD2JvBT67OFVsYC+znB4z3yJO3wBHqu5ITIQAO+JHOszTBmr1y7HQSR2ucdbXwTjBmf8Q7O1R2Q/3jo4Fyutd9G4OjaPk7gFT5CNu8SussKiUO1l54ZfLOEq4pSKlDIMxfdfDLfIWOrhNVgH46U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=rpLe/BOhPhah1kF+fypRiS4gQoP0KywjZfiiymRXc9sYKS9uzgJnHYaRIg52FImw7rYMYmVsWaSYW2E1GwSj8lY4kHT2+LoeqfuZwn7avG8xhxIxcdDeYVWnZ8Z7yfKiwHxIE/VFa/DziCTZv8kJGallZBP81ddVv5+39QMafEQ= Received: by 10.67.29.12 with SMTP id g12mr224453ugj.1175042931373; Tue, 27 Mar 2007 17:48:51 -0700 (PDT) Received: from ?192.168.1.34? ( [88.7.141.133]) by mx.google.com with ESMTP id m1sm218809uge.2007.03.27.17.48.50; Tue, 27 Mar 2007 17:48:50 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Caml List From: Joel Reymont Subject: Problem building mod_caml with Apache2 Date: Wed, 28 Mar 2007 01:48:46 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 4609BB73.000 on concorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at concorde with ID 4609BB73.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; gcc:01 usr:01 lib:01 ocaml:01 rec':01 rec':01 'user':01 'user':01 pcre:01 bug:01 wiki:01 1.3:98 api:01 caml:02 caml:02 Folks, I'm getting the following error while building mod_caml against Apache2: gcc -I/usr/local/lib/ocaml -I/opt/local/apache2/include -c -o apache_c.o apache_c.c apache_c.c: In function 'mod_caml_connection_ap_auth_type': apache_c.c:237: error: 'struct conn_rec' has no member named 'ap_auth_type' apache_c.c:237: error: 'struct conn_rec' has no member named 'ap_auth_type' apache_c.c: In function 'mod_caml_connection_user': apache_c.c:239: error: 'struct conn_rec' has no member named 'user' apache_c.c:239: error: 'struct conn_rec' has no member named 'user' make: *** [apache_c.o] Error 1 Googling reveals that ap_auth_type is part of the Apache 1.3 API. Am I missing something? N.B.: The Apache2/PCRE bug that the Wiki refers to has been fixed. Thanks, Joel -- http://wagerlabs.com/