Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2006 16:11:11 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-stable@freebsd.org
Cc:        Pavel Sokolov <artdesign@mail.ru>
Subject:   Re: sshd failed to update ( /libexec/ld-elf.so.1: Shared object "libbsm.so.1" not found, required by "sshd" )
Message-ID:  <200609161611.11359.jhb@freebsd.org>
In-Reply-To: <006101c6d9c4$1e7c0720$7b8dfea9@crea7or>
References:  <006101c6d9c4$1e7c0720$7b8dfea9@crea7or>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 16 September 2006 15:12, Pavel Sokolov wrote:
> I have RELENG_6 ( just updated and installed kernel , 6_2 prerelease )
> 
> and by mistake ( or my stupid hands ) I did :
> 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:

Use NO_AUDIT=yes in your build and see if that gives you a working sshd.
(i.e. make NO_AUDIT=yes depend && make NO_AUDIT=yes &&
 make NO_AUDIT=yes install)

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609161611.11359.jhb>