ssl not working after upgrade to 10.2 p8, rollback failing

Hello

Today I upgraded to FreeBSD 10.2-RELEASE-p8, from p7.
After rebooting I was not able to login via ssh anymore, or access the webserver.
Login in via the console revealed several ssl errors:

openssl --version
Code:
/usr/lib/libssl.so.7: Undefined symbol SHA512_Transform"
service nginx restart
Code:
/usr/lib/libssl.so.7: Undefined symbol "SHA512_Transform"
service sshd restart
Code:
/usr/lib/private/libssh.so.5: Undefined symbol "EVP_enc_null"
service icinga2 restart
Code:
/usr/local/lib/icinga2/libbase.so: Undefined symbol "X509_free"
So I thought I would just freebsd-update rollback but this gives me this error:
Code:
Update manifest is corrupt -- this should never happen.
Yep.

Advice?
 
Back
Top