From owner-freebsd-apache@FreeBSD.ORG Fri Mar 13 06:10:03 2015 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48729A6A for ; Fri, 13 Mar 2015 06:10:03 +0000 (UTC) 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 3494CEC1 for ; Fri, 13 Mar 2015 06:10:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2D6A3GR027190 for ; Fri, 13 Mar 2015 06:10:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 198559] www/mod_auth_kerb2 Date: Fri, 13 Mar 2015 06:10:03 +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.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 06:10:03 -0000 Gushi has reassigned Bugzilla Automation 's request for maintainer-feedback to apache@FreeBSD.org: Bug 198559: www/mod_auth_kerb2 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198559 --- Description --- This looks like the same issue several people have hit before, in bug 156787, bug 177707, bug 197482 System is 8.4-p24 AMD64. pkg install apache24 and ap24-mod_auth_kerb2, get this error: # service apache24 onestart Performing sanity check on apache24 configuration: httpd: Syntax error on line 175 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/mod_auth_kerb.so into server: /usr/local/libexec/apache24/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" Starting apache24. httpd: Syntax error on line 175 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/mod_auth_kerb.so into server: /usr/local/libexec/apache24/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24 Quick mailing list search suggests its due to incorrect linker flags when building the apache module. I can work around it by building the port and linking against a different kerberos, but this really only makes sense to link against base, if neither of those other kerberos bits is a dependency.