Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 12:44:43 +0500 (YEKT)
From:      =?koi8-r?B?6czY0SD7ydDJw8nO?= <ilia@chel.skbkontur.ru>
To:        Garrett Wollman <wollman@lcs.mit.edu>
Cc:        ports@FreeBSD.ORG
Subject:   Re: can't add mod_auth_kerb into Apache
Message-ID:  <20020321124225.U1558-100000@sol.chel.skbkontur.ru>
In-Reply-To: <200203201734.g2KHYMX58535@khavrinen.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help


Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1)
Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE)

Salut, Garrett Wollman !  On Wed, 20 Mar 2002, Garrett Wollman wrote:

> <<On Wed, 20 Mar 2002 12:14:39 +0500 (YEKT), =3D?koi8-r?B?6czY0SD7ydDJw8n=
O?=3D <ilia@chel.skbkontur.ru> said:
>
> > sol# /usr/local/sbin/apachectl start
> > Syntax error on line 201 of /usr/local/etc/apache/httpd.conf:
> > Cannot load /usr/local/libexec/apache/mod_auth_kerb.so into server:
> > /usr/local/libexec/apache/mod_auth_kerb.so: Undefined symbol
> > "krb5_sname_to_principal"
> > /usr/local/sbin/apachectl start: httpd could not be started
>
> It worked for me when I built the port.  krb5_sname_to_principal
> should be defined in your Kerberos library (libkrb5.a).  Can you check
> with `nm' to make certain that it is there?  Also, what version of
> the Kerberos port do you have installed, and how did you build the

cd /usr/ports/www/mod_auth_kerb
make package

> module?

I've both Heimdal krb5 (from base) and MIT krb5 (security/krb5)
both of them appears to have that function. looks strange, isn't it ?

sol# pwd
/usr/local/lib
sol# nm libkrb5.a | grep krb5_sname_to_principal
         U krb5_sname_to_principal
         U krb5_sname_to_principal
00000000 T krb5_sname_to_principal


sol# pwd
/usr/lib
sol# nm libkrb5.a | grep krb5_sname_to_principal
         U krb5_sname_to_principal
         U krb5_sname_to_principal
         U krb5_sname_to_principal
000010d0 T krb5_sname_to_principal

>
> -GAWollman
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020321124225.U1558-100000>