From owner-freebsd-apache@freebsd.org Fri Nov 6 16:17:05 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA90AA283AA for ; Fri, 6 Nov 2015 16:17:05 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3AD18F3 for ; Fri, 6 Nov 2015 16:17:05 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8B527A283A9; Fri, 6 Nov 2015 16:17:05 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AF02A283A8 for ; Fri, 6 Nov 2015 16:17:05 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39A6A18F2 for ; Fri, 6 Nov 2015 16:17:05 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by wicll6 with SMTP id ll6so31777461wic.1 for ; Fri, 06 Nov 2015 08:17:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=u3ZqBudcJhVaSEQPCQcyrbLlXDk/2KHGQJxAmHyyqsk=; b=OBsHQEgY5YDit6ERH8tHKme+Eo/lYC/+CR4JnL3xDA/kQH1QGCPabuEkKmjxoA87Ut /lMqazf+KwzxNMnvQfqaehEg1UH68bRTLJio4NEziQyfPtSRUTmKocvIZYlpP/DDZxov gkx9m5rpqh/VR7Hb5WlevecloltBp/IV/X0HNyeUL5xSYiyraU8Od26WmuqNTvsjkEL/ vf/I/skgpQ4JLWmMIdI6fpCLTmmV6vUo40xjvf5ixgsMC0nWjswaywfet4bXRaf7KwIm ImVmu9jpJ5OvdYHbwOmtjGyesnLeWsb+IMzXmCBnPNrkoM2sD+YLkPDV3dzaM8Z3gaSf UKyQ== MIME-Version: 1.0 X-Received: by 10.194.86.161 with SMTP id q1mr18805454wjz.88.1446826623696; Fri, 06 Nov 2015 08:17:03 -0800 (PST) Received: by 10.28.2.194 with HTTP; Fri, 6 Nov 2015 08:17:03 -0800 (PST) Date: Fri, 6 Nov 2015 17:17:03 +0100 Message-ID: Subject: www/mod_auth_pgsql2 should be disabled for apache24 From: Andreas Nilsson To: apache@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 16:17:05 -0000 Hello, I found out that www/mod_auth_pgsql2 does not play well with apache24: httpd: Syntax error on line 534 of /usr/local/etc/apache24/httpd.conf: Syntax error on line 3 of /usr/local/etc/apache24/Includes/my-ssl.conf: Cannot load libexec/apache24/mod_auth_pgsql.so into server: /usr/local/libexec/apache24/mod_auth_pgsql.so: Undefined symbol "ap_requires" Since ap_requires was removed for ap24 there is no need to build it for ap24. Best regards Andreas