From owner-freebsd-questions@FreeBSD.ORG Sat Sep 16 18:27:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28BB216A403 for ; Sat, 16 Sep 2006 18:27:26 +0000 (UTC) (envelope-from artdesign@mail.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id B564443D45 for ; Sat, 16 Sep 2006 18:27:25 +0000 (GMT) (envelope-from artdesign@mail.ru) Received: from [83.171.86.20] (port=7676 helo=crea7or) by mx27.mail.ru with smtp id 1GOesu-0002ld-00 for freebsd-questions@freebsd.org; Sat, 16 Sep 2006 22:27:24 +0400 Message-ID: <004b01c6d9bd$c1402290$7b8dfea9@crea7or> From: "Pavel Sokolov" To: Date: Sat, 16 Sep 2006 22:27:19 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: sshd won't updates ( libsm.so.1 ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2006 18:27:26 -0000 I have RELENG_6 ( just updated and installed kernel , 6_2 prerelease ) and by mistake ( or my stupid hands ) make : cd /usr/src/secure make install now sshd does not work. it tells: /libexec/ld-elf.so.1: Shared object "libbsm.so.1" not found, required by "sshd" I tried to build the system again but the result is same. I did make cleandir ( twice ) in /usr/src and tried this solution: # cd /usr/src/secure/lib/libssh # make obj && make depend && make && make install # cd /usr/src/secure/usr.sbin/sshd # make obj && make depend && make && make install but build fails at: /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:50:31: bsm/audit_uevents.h: No such file or directory /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:51:30: bsm/audit_record.h: No such file or directory mkdep: compile failed *** Error code 1 But make buildworld did the job without error ( at the end of compilation ) If I trying to copy libbsm.so/a/1 to the /usr/lib - sshd launches, but does not allow to login. -- Pavel Sokolov