Subject: Re: openssh core dumps on Solaris 7
To: Alex Gerasimoff <ag@ersatz.org>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 10/09/2003 08:31:14
On Thu, 9 Oct 2003, Alex Gerasimoff wrote:

> openssh-3.7.1.2 compiles and installs OK on Solaris 7 from pkgsrc,
>
> but when I try to run it, it dumps core.
>
> I tried to disable support for skey, tcp-wrappers and some other
> stuff(in the Makefile), but it dumps core anyway.
>
> When I extract the sources (bmake extract) and compile and install it
> manually, the sshd seems to be OK.
> (use configure, make (not bmake) in in the work directory, make install)

Just an idea - perhaps the RPATH is set wrongly, so it's picking up
the wrong -lssl? If you run "ldd" over the good executable and the bad
one, is there any difference?


Frederick