From owner-freebsd-apache@FreeBSD.ORG Fri Aug 5 11:26:14 2005 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E081716A41F for ; Fri, 5 Aug 2005 11:26:13 +0000 (GMT) (envelope-from nadelyaev_sa@stocona.ru) Received: from mail.stocona.ru (85-94-36-2.adsl.mcn.ru [85.94.36.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A0A43D45 for ; Fri, 5 Aug 2005 11:25:53 +0000 (GMT) (envelope-from nadelyaev_sa@stocona.ru) Received: from [192.168.0.52] (account nadelyaev_sa@stocona.ru) by mail.stocona.ru (CommuniGate Pro IMAP 4.3.6) with XMIT id 3870510 for apache@freebsd.org; Fri, 05 Aug 2005 15:25:49 +0400 Date: Fri, 05 Aug 2005 15:25:48 +0400 Organization: =?windows-1251?B?0fLu6u7t4A==?= Message-Id: MIME-Version: 1.0 Thread-Topic: mod_auth_kerb PR Priority: Normal Importance: normal X-MSMail-Priority: normal X-Priority: 3 Sensitivity: Normal Thread-Index: AcWZsG3WA71tTrlXRT68wG8cGwB3cA== From: "Nadelyaev Stanislav" To: "apache@freebsd.org" X-MAPI-LastModified: Fri, 05 Aug 2005 15:25:48 +0400 X-Mailer: CommuniGate Pro MAPI Connector 1.1.21/1.1.25 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: mod_auth_kerb PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 11:26:14 -0000 Hello. I am try to install port www/mod_auth_kerb from the latest ports collection. I am already have www/apache2 and security/krb5. System are FreeBSD svn.domain.local 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0 Install passed fine, but when I started apache I got this error: svn# /usr/local/etc/rc.d/apache2.sh restart Performing sanity check on apache2 configuration: Syntax error on line 272 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/mod_auth_kerb.so into server: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn1_error_table_r" Then I do some changes in Makefile and all goes well. I am started apache without problem. This is the changes: svn# diff -uN Makefile.old Makefile --- Makefile.old Mon Aug 1 13:28:29 2005 +++ Makefile Fri Aug 5 15:17:21 2005 @@ -26,12 +26,11 @@ USE_APACHE=3D yes -KRB5_HOME?=3D ${LOCALBASE} # Don't fsck with CFLAGS CFLAGS:=3D GNU_CONFIGURE=3D yes -CONFIGURE_ARGS+=3D--with-krb5=3D${KRB5_HOME} --without-krb4 +CONFIGURE_ARGS+=3D--with-krb4=3Dno .include And there is one more thing. In case of use apache2 pkg-plist file must contain directive apache2 instead apache.