Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2006 22:27:19 +0400
From:      "Pavel Sokolov" <artdesign@mail.ru>
To:        <freebsd-questions@freebsd.org>
Subject:   sshd won't updates ( libsm.so.1 )
Message-ID:  <004b01c6d9bd$c1402290$7b8dfea9@crea7or>

next in thread | raw e-mail | index | archive | help
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







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004b01c6d9bd$c1402290$7b8dfea9>