ports/97385: mod_auth_kerb configure script faults with heimdal

Andrei Fomin a.fomin at hcsds.ru
Wed May 17 05:30:21 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list