Re: buildworld fails in pam_krb5
From: Eugene Lisitsky (el2000_at_km.ru)
Date: 03/26/04
- Previous message: Rob Byrnes: "buildworld fails in pam_krb5"
- In reply to: Rob Byrnes: "buildworld fails in pam_krb5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Mar 2004 10:34:14 +0300 To: "Rob Byrnes" <robbyrnes@fastmail.com.au>
Hello Rob,
I meet the same trouble while compliling system from sources.
It seems you havn't installed crypto sources, by default they absent
in src and need to be installed manually.
I see here 2 ways:
1) disable encryption by setting in /etc/make.conf
NO_CRYPTO=yes (please, refer to /etc/default/make.conf for
details)
2) install crypto sources - you may download from
ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/i386/5.2.1-RELEASE/crypto/
for example or another mirror.
Yours, Eugene
RB> Hi all,
RB> I'm trying to build 5.2.1-RELEASE from source, and I'm getting this
RB> error:
===>> lib/libpam/modules/pam_krb5
RB> rm -f .depend
RB> mkdep -f .depend -a
RB> -I/usr/src/lib/libpam/modules/pam_krb5/../../../../contrib/openpam/include
RB> -I/usr/src/lib/libpam/modules/pam_krb5/../../libpam
RB> /usr/src/lib/libpam/modules/pam_krb5/pam_krb5.c
RB> /usr/src/lib/libpam/modules/pam_krb5/pam_krb5.c:64:18: krb5.h: No such
RB> file or directory
RB> mkdep: compile failed
RB> *** Error code 1
RB> Stop in /usr/src/lib/libpam/modules/pam_krb5.
RB> *** Error code 1
RB> Stop in /usr/src/lib/libpam/modules.
RB> *** Error code 1
RB> Stop in /usr/src/lib/libpam.
RB> *** Error code 1
RB> This is on a 5.0-RELEASE system, installed from the Minimal option in
RB> sysinstall. All sources are installed.
RB> cheers,
RB> Rob
-- Best regards, Eugene mailto:el2000@km.ru _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: Rob Byrnes: "buildworld fails in pam_krb5"
- In reply to: Rob Byrnes: "buildworld fails in pam_krb5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]