Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 05:25:42 GMT
From:      Andrei Fomin <a.fomin@hcsds.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97385: mod_auth_kerb configure script faults with heimdal
Message-ID:  <200605170525.k4H5PgR8036184@www.freebsd.org>
Resent-Message-ID: <200605170530.k4H5UIh2056572@freefall.freebsd.org>

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

>Number:         97385
>Category:       ports
>Synopsis:       mod_auth_kerb configure script faults with heimdal
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 17 05:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrei Fomin
>Release:        FreeBSD 4.11-RELEASE
>Organization:
JSC HC "Siberian Business Union"
>Environment:
FreeBSD mail.nvt.kem 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Tue Aug  9 15:02:30 KRAST 2005     root@mail.nvt.kem:/usr/src/sys/compile/mail.nvt.kem  i386

>Description:
Can't install mod_auth_kerb with heimdal backend. Configure failed.

#cd /usr/ports/www/mod_auth_kerb

#make config
(Set [X] BASE_KERBEROS5  Use the base Kerberos 5 (Heimdal))

#make
...
...
checking gssapi.h usability... no
checking gssapi.h presence... no
checking for gssapi.h... no
checking gssapi/gssapi.h usability... no
checking gssapi/gssapi.h presence... no
checking for gssapi/gssapi.h... no
checking for krb5_init_context in -lkrb5... no
checking for krb5_init_context in -lkrb5... (cached) no
checking for krb5_init_context in -lkrb5... (cached) no
configure: error: No Kerberos enviroment found
===>  Script "configure" failed unexpectedly.
Please report the problem to apache@FreeBSD.org [maintainer] and attach the
"/usr/ports/www/mod_auth_kerb/work/mod_auth_kerb-5.0-rc6/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/www/mod_auth_kerb.

>How-To-Repeat:
See above.
>Fix:
Change Makefile.

The original lines 

 .if defined(WITH_BASE_KERBEROS5)
 KRB5_HOME=      /usr
 .else

was changed to 

 .if defined(WITH_BASE_KERBEROS5)
 KRB5_HOME=      ${LOCALBASE}
 .else

And "make" works properly.
>Release-Note:
>Audit-Trail:
>Unformatted:



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