From owner-freebsd-hackers Mon Aug 6 3:43:35 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bugz.infotecs.ru (bugz.infotecs.ru [195.210.139.22]) by hub.freebsd.org (Postfix) with ESMTP id 29B5B37B403 for ; Mon, 6 Aug 2001 03:43:29 -0700 (PDT) (envelope-from vel@bugz.infotecs.ru) Received: (from root@localhost) by bugz.infotecs.ru (8.11.4/8.11.4) id f76ExgM27300 for freebsd-hackers@freebsd.org; Mon, 6 Aug 2001 14:59:42 GMT (envelope-from vel) From: "Eugene L. Vorokov" Message-Id: <200108061459.f76ExgM27300@bugz.infotecs.ru> Subject: pam_ssh To: freebsd-hackers@freebsd.org Date: Mon, 6 Aug 2001 14:59:41 +0000 (GMT) X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, while trying to compile -current, I discovered some possible bug: when compiling libpam, it stops on libpam/modules/pam_ssh/pam_ssh.c, giving bunch of errors. The problem is that including security/pam_mod_misc.h seems wrong, it doesn't find it there. When I changed it to simple pam_mod_misc.h, everything compiled fine. Other modules refer to pam_mod_misc.h too, only pam_ssh.c for some strange reason refers to security/pam_mod_misc.h. If this really is a bug, would be good if someone would care ... Regards, Eugene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message