Date: Wed, 17 Sep 2003 10:55:59 +0300 From: "Paul JURCO" <paul@zeus.east.utcluj.ro> To: <freebsd-questions@freebsd.org> Subject: open-ssh manual recompiled patched using cvsup Message-ID: <00e801c37cf1$2b2d0880$9e07e2c1@paul>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to recompile openssh with latest patch on FreeBSD 5.0-RELEASE-p7 i386. I've cvsuped to the new version. So, cd /usr/src/secure/lib/libssh && make depend && make all install (succesfully done) After: # cd /usr/src/secure/usr.sbin/sshd # make depend && make all install I got this error: In file included from /usr/src/crypto/openssh/sshd.c:83: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory In file included from /usr/src/crypto/openssh/auth-rhosts.c:25: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory In file included from /usr/src/crypto/openssh/auth-passwd.c:45: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory In file included from /usr/src/crypto/openssh/auth-rsa.c:33: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory In file included from /usr/src/crypto/openssh/auth-rh-rsa.c:25: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory /usr/src/crypto/openssh/servconf.c:21:18: krb5.h: No such file or directory In file included from /usr/src/crypto/openssh/serverloop.c:51: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory In file included from /usr/src/crypto/openssh/auth.c:45: /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory etc., etc. /usr/src/crypto/openssh/auth.h:43:18: krb5.h: No such file or directory /usr/src/crypto/openssh/auth-krb5.c:44:18: krb5.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/secure/usr.sbin/sshd. What should I do? Thank you, Paul JURCO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00e801c37cf1$2b2d0880$9e07e2c1>