On Fri, Jul 25, 2008 at 07:52:51PM -0700, Bryan wrote: > > After I rebooted, the following came up when the server attempted to > create the SSH keys (RSA, RSA1, DSA): > ---------------------------------------------------------------------------- > ssh-keygen: generating new DSA host key... /usr/bin/ssh-keygen: can't > load library 'libcrypto.so.14.0' > failed. > ssh-keygen: generating new RSA host key... /usr/bin/ssh-keygen: can't > load library 'libcrypto.so.14.0' > failed. > ssh-keygen: generating new RSA1 host key... /usr/bin/ssh-keygen: can't > load library 'libcrypto.so.14.0' > failed. > openssl: generating new isakmpd RSA key... failed. > starting network daemons: sendmail inetd sshd/usr/sbin/sshd: can't > load library 'libcrypto.so.14.0' > --------------------------------------------------------------------------- > > Should wait for the next snapshot and try again, or is there another issue?
I imagine the next snapshot will fix that (the one currently available does not contain libcrypto.so.14.0). If you have another PC available to build a current release, that should also work. I just did that myself on an amd64. (If you try that, note there are some additional library building steps before the final build as shown on http://www.openbsd.org/faq/current.html.)