From owner-freebsd-apache@freebsd.org Wed Jul 29 00:39:12 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 3F9819AD830 for ; Wed, 29 Jul 2015 00:39:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 29689142F for ; Wed, 29 Jul 2015 00:39:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 263DC9AD82F; Wed, 29 Jul 2015 00:39:12 +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 25CE09AD82E for ; Wed, 29 Jul 2015 00:39:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17026142B for ; Wed, 29 Jul 2015 00:39:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6T0dBYY090963 for ; Wed, 29 Jul 2015 00:39:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 201955] www/apache24: mod_ssl won't load after 2.4.16 update Date: Wed, 29 Jul 2015 00:39:12 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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: Wed, 29 Jul 2015 00:39:12 -0000 freebsd@gleffler.us has reassigned Bugzilla Automation 's request for maintainer-feedback to apache@FreeBSD.org: Bug 201955: www/apache24: mod_ssl won't load after 2.4.16 update https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201955 --- Description --- mod_ssl works fine with v2.4.12, but when trying to upgrade apache24 to 2.4.16 as suggested by pkg, I get this message when starting Apache: httpd: Syntax error on line 135 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/mod_ssl.so into server: /usr/local/libexec/apache24/mod_ssl.so: Undefined symbol "ap_map_http_request_error" Googling this message doesn't suggest anything worthwhile.