Displaying 1 result from an estimated 1 matches for "oldyeek".
Did you mean:
oldyeek#
2003 Sep 30
0
3.7.1p2 on OpenBSD 2.8/sparc
...trying to compile openssh 3.7.1p2 on a sparc 5 running OpenBSD
2.8.
I compiled and installed OpenSSL 0.9.7b, and the tests all pass
without error.
I configured openssh with --with-ssl-dir=/usr/local/ssl and ssh
compiles fine, however when it attepts to make a rsa1 key, ssh-keygen
core dumps:
oldyeek# make host-key
(cd openbsd-compat && make)
gcc -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/
-L/usr/local/ssl/lib -lssh -lopenbsd-compat -lutil -lz -lcrypto
Generating public/private rsa1 key pair.
Memory fault (core dumped)
*** Error code 139
Stop in /usr/local/src/openssh-3.7.1p2 (l...