Call for testing: OpenSSH-5.7

Kevin Brott kevin.brott at gmail.com
Fri Jan 21 13:10:58 EST 2011


On Wed, Jan 19, 2011 at 14:39, Damien Miller <djm at mindrot.org> wrote:

> On Wed, 19 Jan 2011, Kevin Brott wrote:
>
> >
> > Using openssh-SNAP-20110120.tar.gz
> >
> > ./configure && make tests
>
> [snip extensive list of platform tests - thanks!]
>
> > *1* OS shipped with openssl 0.9.6b & openssh 5.6 will not configure/build
> \
> > however, building against 0.9.8o temp installed under /var/tmp/ssh
> > works
>
> Could you post the error message here?
>
>
# openssl version
OpenSSL 0.9.6b [engine] 9 Jul 2001

# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-116.7.2)

./configure --without-zlib-version-check && make tests
....SNIP...
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o
sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/
-lssh -lopenbsd-compat -lresolv -lcrypto -ldl -lutil -lz -lnsl  -lcrypt
./libssh.a(ssh-pkcs11.o): In function `pkcs11_rsa_wrap':
/var/tmp/ssh/openssh/ssh-pkcs11.c:309: undefined reference to
`RSA_get_default_method'
collect2: ld returned 1 exit status
gmake: *** [ssh] Error 1


> *2* OS shipped with an old version of zlib - openssh will build/compile \
> > against 1.2.5 installed under /var/tmp/ssh directory or using the \
> > --without-zlib-version-check configure flag
> >
> > *3* HP-UX 11.23 on ia64 requires --disable-utmpx to build
>
> Could you post the error here as well as the ./configure-detected host
> type? (e.g. x86_64-unknown-linux-gnu)
>
>
Oh *bugger *- ignore this note/issue. I'd forgotten this build host was one
where we'd temporarily renamed /usr/include/utmpx.h to dodge configure
issues with an obstinate piece of gnu-ware.  Once I set it back to it's
right name - everything works perfectly with *./configure && gmake
tests *BUILD=YES,"all
tests passed".


> Thanks,
> Damien
>

NP ...enjoy. :)

>
> > On Sun, Jan 16, 2011 at 04:34, Damien Miller <djm at mindrot.org> wrote:
> >       On Sun, 16 Jan 2011, Damien Miller wrote:
> >
> >       > On Sun, 16 Jan 2011, Damien Miller wrote:
> >       >
> >       > > I have replicated the problem on CentOS 3.9 and found the
> >       commit that
> >       > > triggers it (http://hg.mindrot.org/openssh/rev/10166). It
> >       only seems to
> >       > > affect SSH1, but I still don't understand why it fails
> >       though.
> >       >
> >       > Here's a fix. The SIGCHLD handler just exposed a latent bug.
> >
> > Committed. This will be in tonight's snapshot (20110117) due in an
> > hour or
> > so.
> >
>


-- 
# include <stddisclaimer.h>
/* Kevin  Brott <Kevin.Brott at gmail.com> */


More information about the openssh-unix-dev mailing list