https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233225
Alexander Mishin <mis...@mh.san.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mis...@mh.san.ru --- Comment #12 from Alexander Mishin <mis...@mh.san.ru> --- You can make soft links for both libs from which You have installed ones in base. If I remember it right: ln -s /usr/lib/libssl.so.111 /usr/lib/libssl.so.8; ln -s /lib/libcrypto.so.111 /lib/libcrypto.so.8; In my case it worked fine. It makes the 'pkg update|upgrade' possible. ...and, yes, I use 13.0 now - no updates for packages too long. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"