Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 00:17:45 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Larry Rosenman <ler@lerctr.org>
Cc:        Freebsd current <freebsd-current@freebsd.org>
Subject:   Re: Crashes in libthr?
Message-ID:  <20160314221745.GT1741@kib.kiev.ua>
In-Reply-To: <20160314221018.GA2211@borg.lerctr.org>
References:  <20160313181234.GI1741@kib.kiev.ua> <276f6b11da9a005256d24fa5b37d7d5f@thebighonker.lerctr.org> <20160313185852.GJ1741@kib.kiev.ua> <ddea502af186ce26273fddc9360e45cf@thebighonker.lerctr.org> <20160313192900.GK1741@kib.kiev.ua> <b3caf0652b0cbcb2edb7ebac0c3ded97@thebighonker.lerctr.org> <20160314025123.GA74197@borg.lerctr.org> <20160314065348.GM1741@kib.kiev.ua> <d1eaa340b30b635f23fffdda35981d9d@thebighonker.lerctr.org> <20160314221018.GA2211@borg.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 14, 2016 at 05:10:18PM -0500, Larry Rosenman wrote:
> There is something(tm) strange with sshd but nothing else at the moment.
> 
> When I use the sshd from the build, I get: 
> 
> /usr/sbin/sshd.BAD: Undefined symbol "Fssh_ssh_malloc_init"
> 
> But on a different box from the same build it works. 
> 
> Really weird. 
> 
> Ideas?
> 
> (I've reverted to a known good sshd).

On my stable/10 machines, the Fssh_ssh_malloc_init symbol is exported
by /usr/lib/private/libssh.so.5 and imported by sshd.

OTOH on my HEAD machine, the symbol is not exported by
/usr/lib/libprivatessh.so.5 and sshd does not need it.

I have no idea what happens to your build.  Try to check out the pristine
sources, perhaps.



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