From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 13 16:40:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC75610656CF for ; Thu, 13 Aug 2009 16:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE6B48FC63 for ; Thu, 13 Aug 2009 16:40:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DGe2Z6047592 for ; Thu, 13 Aug 2009 16:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7DGe2U4047591; Thu, 13 Aug 2009 16:40:02 GMT (envelope-from gnats) Resent-Date: Thu, 13 Aug 2009 16:40:02 GMT Resent-Message-Id: <200908131640.n7DGe2U4047591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDCAC1065676 for ; Thu, 13 Aug 2009 16:38:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0A78FC66 for ; Thu, 13 Aug 2009 16:38:15 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DGcEri059211 for ; Thu, 13 Aug 2009 16:38:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7DGcEjI059210; Thu, 13 Aug 2009 16:38:14 GMT (envelope-from nobody) Message-Id: <200908131638.n7DGcEjI059210@www.freebsd.org> Date: Thu, 13 Aug 2009 16:38:14 GMT From: Ryan Steinmetz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137729: www/mod_auth_kerb2 port broken on 8.0-BETA2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 16:40:07 -0000 >Number: 137729 >Category: ports >Synopsis: www/mod_auth_kerb2 port broken on 8.0-BETA2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 13 16:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ryan Steinmetz >Release: 8.0-BETA2 >Organization: Rochester Institute of Technology >Environment: FreeBSD xxx.rit.edu 8.0-BETA2 FreeBSD 8.0-BETA2 #4: Mon Aug 10 09:40:46 EDT 2009 root@xxx.rit.edu:/usr/obj/usr/src/sys/xxx i386 >Description: After building/installing the www/mod_auth_kerb2 port, attempting to load it in Apache results in the following error message: httpd: Syntax error on line 103 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_auth_kerb.so into server: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" >How-To-Repeat: Install www/mod_auth_kerb2 on 8.0-BETA2 and try to load the module. >Fix: I was able to get Apache to load the module by editing the Makefile under work/ to add -lgssapi_krb5 to KRB5_LDFLAGS. However, I was unable to get mod_auth_kerb to function properly under 8.0. I was able to identify that the issue appears to lie in the GSSAPI area, but was unable to get additional details beyond the following: In src/mod_auth_kerb.c, on line 1445, the if block for "(major_status & GSS_S_CONTINUE_NEEDED)" is triggered. A bug has been filed with the current maintainer of mod_auth_kerb, however, I'm not sure if the bug that was opened is the actual root cause of the issue as the module works fine under FreeBSD 7.2-RELEASE. http://sourceforge.net/tracker/index.php?func=detail&aid=2832475&group_id=51775&atid=464524 >Release-Note: >Audit-Trail: >Unformatted: