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. 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. How-To-Repeat: See above.
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer(s).
State Changed From-To: open->feedback Can you try it with mod_auth_kerb-5.1 ?
Responsible Changed From-To: apache->dinoex I will take care of it.
dinoex 2007-07-23 14:45:19 UTC FreeBSD ports repository Modified files: www/mod_auth_kerb Makefile Log: - drop confusing OPTIONS - support build with heimdal from ports PR: 97385 Revision Changes Path 1.18 +9 -11 ports/www/mod_auth_kerb/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed a fix was committed, thanks.